Add focused VS-Codium workspaces for modular development
Dieser Commit ist enthalten in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "VG-Core",
|
||||
"path": "../src/core"
|
||||
},
|
||||
{
|
||||
"name": "Architecture Docs",
|
||||
"path": "../docs/architecture"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "VG-Docs",
|
||||
"path": "../docs"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "VG-Environment",
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "VG-Graph Module",
|
||||
"path": "../src/modules/vg-graph"
|
||||
},
|
||||
{
|
||||
"name": "Architecture Docs",
|
||||
"path": "../docs/architecture"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "VG-Observe Module",
|
||||
"path": "../src/modules/vg-observe"
|
||||
},
|
||||
{
|
||||
"name": "Background",
|
||||
"path": "../src/background"
|
||||
},
|
||||
{
|
||||
"name": "Content",
|
||||
"path": "../src/content"
|
||||
},
|
||||
{
|
||||
"name": "Injected",
|
||||
"path": "../src/injected"
|
||||
},
|
||||
{
|
||||
"name": "Architecture Docs",
|
||||
"path": "../docs/architecture"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren