Try and figure out multi-root vscode workspace
This commit is contained in:
+18
-1
@@ -1,7 +1,24 @@
|
||||
{
|
||||
"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