28 lines
348 B
Plaintext
28 lines
348 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "Game",
|
|
"path": "./game",
|
|
},
|
|
{
|
|
"name": "Tools",
|
|
"path": "./tools",
|
|
},
|
|
{
|
|
"name": "Resources",
|
|
"path": "./resources",
|
|
},
|
|
{
|
|
"name": "Builds",
|
|
"path": "./builds",
|
|
},
|
|
{
|
|
"name": "Root",
|
|
"path": ".",
|
|
}
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.windows": null
|
|
}
|
|
}
|