kunkun/.vscode/settings.json
Huakun 41302a29ff
fix: list view item's action panel and listview undefined error (#224)
* fix: list view item's action panel and listview undefined error

* chore: increase Node.js memory limit for build processes

* chore: configure Node.js memory limit for Tauri build process

* refactor: delete unecessary ui component code
2025-03-01 21:43:23 -05:00

20 lines
421 B
JSON

{
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"workbench.colorCustomizations": {
"activityBar.background": "#2f0ec4",
"titleBar.activeBackground": "#2f0ec4",
"titleBar.activeForeground": "#FFFBFC"
},
"svelte.enable-ts-plugin": true,
"deno.enable": false,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true
}
}