42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnSave": true,
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "Vue.volar"
|
|
},
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnPaste": true,
|
|
"editor.guides.bracketPairs": "active",
|
|
"files.autoSave": "off",
|
|
"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": "explicit"
|
|
},
|
|
"iconify.excludes": [
|
|
"el"
|
|
],
|
|
"cSpell.words": [
|
|
"iconify",
|
|
"Qrcode"
|
|
],
|
|
"marscode.codeCompletionPro": {
|
|
"enableCodeCompletionPro": true
|
|
},
|
|
"marscode.enableInlineCommand": true,
|
|
"marscode.chatLanguage": "cn"
|
|
} |