mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-27 11:16:34 +08:00
🚀 feat: Remove .vscode
This commit is contained in:
parent
8edf758e01
commit
1c086e7318
54
.vscode/settings.json
vendored
54
.vscode/settings.json
vendored
@ -1,54 +0,0 @@
|
|||||||
{
|
|
||||||
"[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