clan-app: Add vscode workspace for ui-2d
This commit is contained in:
28
pkgs/clan-app/ui-2d/ui-2d.code-workspace
Normal file
28
pkgs/clan-app/ui-2d/ui-2d.code-workspace
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"path": "../../clan-cli"
|
||||
},
|
||||
{
|
||||
"path": "../clan_app"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"files.exclude": {
|
||||
"**/.fonts": true,
|
||||
"**/.claude": true,
|
||||
"**/.vscode": true,
|
||||
"**/tests": true,
|
||||
"**/node_modules": true,
|
||||
"**/icons": true,
|
||||
"**/dist": true,
|
||||
"*.js": true,
|
||||
"*.json": true,
|
||||
"tailwind": true,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user