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:
parent
395c899a62
commit
833d69132f
7 changed files with 58 additions and 7 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue