Try and figure out multi-root vscode workspace
This commit is contained in:
+19
-2
@@ -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": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user