the-great-game/workspace.code-workspace
Simon Brooke b807b21f8e Beginning work on thinking about mapping roads
Also thought-work on how to do human reproduction.
2024-04-08 22:37:24 +01:00

36 lines
649 B
Plaintext

{
"folders": [
{
"path": "../GreatGameTerrain"
},
{
"path": "../walkmap"
},
{
"path": "../jme-clj"
},
{
"path": "../MicroWorld/mw-engine"
},
{
"path": "."
},
{
"path": "../test-graphs"
},
{
"path": "../speechio"
},
{
"path": "../wherefore-art-thou"
},
{
"path": "../MicroWorld/mw-parser"
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
}
}