wd-rating-manage-web/.vscode/settings.json

38 lines
930 B
JSON
Raw Normal View History

2023-10-07 15:27:40 +08:00
{
"editor.formatOnType": true,
"editor.formatOnSave": true,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tabSize": 2,
"editor.formatOnPaste": true,
"editor.guides.bracketPairs": "active",
"files.autoSave": "onFocusChange",
"git.confirmSync": false,
"workbench.startupEditor": "newUntitledFile",
"editor.suggestSelection": "first",
"editor.acceptSuggestionOnCommitCharacter": false,
"css.lint.propertyIgnoredDueToDisplay": "ignore",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"files.associations": {
"editor.snippetSuggestions": "top"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
2023-10-08 17:00:38 +08:00
"iconify.excludes": [
"el"
],
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": [
"spost"
]
2023-10-07 15:27:40 +08:00
}