VS Code workspace setup

This commit is contained in:
2026-01-08 17:34:53 +01:00
parent 11e948d500
commit 1e8e14ed67
2 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
{
"files.exclude":{
"**/.zig-cache": true,
},
}

14
castle.code-workspace Normal file
View 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,
},
},
}