Files
claw-code/.vscode/settings.json
2023-05-14 16:07:06 +08:00

18 lines
408 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": false,
"cSpell.words": [
"nicepkg",
"tagify"
],
"workbench.colorCustomizations": {
"activityBar.background": "#22285E",
"titleBar.activeBackground": "#303884",
"titleBar.activeForeground": "#FCFCFE"
}
}