Try and figure out multi-root vscode workspace

This commit is contained in:
Xaymar
2026-02-24 00:17:59 +01:00
parent 462e5b5bff
commit 3de10aae59
+18 -1
View File
@@ -1,7 +1,24 @@
{ {
"folders": [ "folders": [
{ {
"path": "." "path": "./backend",
"name": "Backend"
},
{
"path": "./frontend",
"name": "Frontend"
},
{
"path": "./docs",
"name": "Documentation"
},
{
"path": "./bridge",
"name": "Bridge"
},
{
"path": ".",
"name": "Superproject"
} }
], ],
"settings": {} "settings": {}