VS Code workspace setup
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"files.exclude":{
|
||||
"**/.zig-cache": true,
|
||||
},
|
||||
}
|
||||
14
castle.code-workspace
Normal file
14
castle.code-workspace
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"folders": [
|
||||
{ "path": "packages/js" },
|
||||
{ "path": "packages/media" },
|
||||
{ "path": "packages/myid" },
|
||||
{ "path": "packages/sciter" },
|
||||
{ "path": "packages/vecmath" },
|
||||
],
|
||||
"settings": {
|
||||
"files.exclude": {
|
||||
"**/.zig-cache": true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user