mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-03 22:26:43 +00:00

* 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
20 lines
421 B
JSON
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
|
|
}
|
|
}
|