First steps into serious world building code

This depends on one new library, `wherefore-art-thou` and some new work in `mw-engine`.
This commit is contained in:
Simon Brooke 2024-04-05 22:09:15 +01:00
parent 395c899a62
commit 833d69132f
7 changed files with 58 additions and 7 deletions

View file

@ -20,10 +20,20 @@
},
{
"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.compile.nullAnalysis.mode": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
}
}