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
+19 -2
View File
@@ -1,8 +1,25 @@
{
"folders": [
{
"path": "."
"path": "./backend",
"name": "Backend"
},
{
"path": "./frontend",
"name": "Frontend"
},
{
"path": "./docs",
"name": "Documentation"
},
{
"path": "./bridge",
"name": "Bridge"
},
{
"path": ".",
"name": "Superproject"
}
],
"settings": {}
}
}