the-great-game/workspace.code-workspace
Simon Brooke 833d69132f First steps into serious world building code
This depends on one new library, `wherefore-art-thou` and some new work in `mw-engine`.
2024-04-05 22:09:15 +01:00

39 lines
691 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"
},
{
"path": "../MicroWorld/mw-ui"
}
],
"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"
}
}