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

34 lines
847 B
JSON
Raw Normal View History

2023-08-02 14:42:31 +08:00
{
"editor.formatOnType": true,
"editor.formatOnSave": true,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tabSize": 2,
"editor.formatOnPaste": true,
"editor.guides.bracketPairs": "active",
2023-09-18 16:06:18 +08:00
"files.autoSave": "onFocusChange",
2023-08-02 14:42:31 +08:00
"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": {
2024-02-23 10:05:22 +08:00
"source.fixAll.eslint": "explicit"
2023-08-02 14:42:31 +08:00
},
2024-02-23 10:05:22 +08:00
"iconify.excludes": [
"el"
]
2023-08-02 14:42:31 +08:00
}