aboutsummaryrefslogtreecommitdiff
path: root/DevHive.code-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'DevHive.code-workspace')
-rw-r--r--DevHive.code-workspace11
1 files changed, 8 insertions, 3 deletions
diff --git a/DevHive.code-workspace b/DevHive.code-workspace
index 875e3c8..5679111 100644
--- a/DevHive.code-workspace
+++ b/DevHive.code-workspace
@@ -1,7 +1,12 @@
{
"folders": [
{
- "path": "."
+ "name": "API",
+ "path": "./API"
+ },
+ {
+ "name": "Web",
+ "path": "./Web"
}
],
"settings": {
@@ -13,7 +18,7 @@
"**/README.md" : true,
"**/LICENSE" : true,
"**/Properties" : true,
- "**/*.code-workspace" : true
+ "**/*.code-workspace" : false
}
}
-} \ No newline at end of file
+}