the-great-game/workspace.code-workspace

28 lines
348 B
Plaintext

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