mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#2f0ec4",
|
|
"titleBar.activeBackground": "#2f0ec4",
|
|
"titleBar.activeForeground": "#FFFBFC"
|
|
},
|
|
"svelte.enable-ts-plugin": true
|
|
}
|