the-great-game/workspace.code-workspace

31 lines
380 B
Plaintext

{
"folders": [
{
"path": "../GreatGameTerrain"
},
{
"path": "../walkmap"
},
{
"path": "../jme-clj"
},
{
"path": "../codox"
},
{
"path": "../cloverage"
},
{
"path": "../MicroWorld/mw-engine"
},
{
"path": "."
},
{
"path": "../test-graphs"
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic"
}
}