mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
update .vscode settings.json
This commit is contained in:
parent
1e8e943413
commit
bafab9a762
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,4 +22,4 @@ public/video
|
|||||||
/src/styles/themes/green.scss
|
/src/styles/themes/green.scss
|
||||||
/src/styles/themes/dark.scss
|
/src/styles/themes/dark.scss
|
||||||
/src/styles/themes/glory.scss
|
/src/styles/themes/glory.scss
|
||||||
/.vscode
|
|
||||||
|
54
.vscode/settings.json
vendored
Normal file
54
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
"[vue]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"editor.quickSuggestions": {
|
||||||
|
"strings": true
|
||||||
|
},
|
||||||
|
"workbench.colorTheme": "One Monokai",
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.detectIndentation": false,
|
||||||
|
"emmet.triggerExpansionOnTab": true,
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"javascript.format.enable": true,
|
||||||
|
"git.enableSmartCommit": true,
|
||||||
|
"git.autofetch": true,
|
||||||
|
"git.confirmSync": false,
|
||||||
|
"[json]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"liveServer.settings.donotShowInfoMsg": true,
|
||||||
|
"explorer.confirmDelete": false,
|
||||||
|
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||||
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.idea": true
|
||||||
|
},
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.stylelint": true,
|
||||||
|
"source.fixAll.eslint": true
|
||||||
|
},
|
||||||
|
"[javascript]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[jsonc]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[html]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
||||||
|
"prettier.htmlWhitespaceSensitivity": "ignore",
|
||||||
|
"prettier.vueIndentScriptAndStyle": true,
|
||||||
|
"docthis.authorName": "chuzhixin 1204505056@qq.com",
|
||||||
|
"docthis.includeAuthorTag": true,
|
||||||
|
"docthis.includeDescriptionTag": true,
|
||||||
|
"docthis.enableHungarianNotationEvaluation": true,
|
||||||
|
"docthis.inferTypesFromNames": true,
|
||||||
|
"vetur.format.defaultFormatter.html": "prettier",
|
||||||
|
"files.autoSave": "onFocusChange",
|
||||||
|
"path-intellisense.mappings": {
|
||||||
|
"@": "${workspaceRoot}/src"
|
||||||
|
},
|
||||||
|
"files.eol": "\n"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user