the-great-game/workspace.code-workspace
Simon Brooke 71cfda093d Massive code clean-up, all tests still pass.
...but I'm still struggling to understand how it works and how I
use it. Memo to self: document your code better.
2024-04-08 22:29:21 +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"
}
}