mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-02 20:56:33 +08:00
📝Upload vscode automatic configuration
This commit is contained in:
parent
6ef93872c7
commit
9220ec2948
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -31,9 +31,6 @@
|
|||||||
"[javascript]": {
|
"[javascript]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
"[scss]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"[jsonc]": {
|
"[jsonc]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
@ -48,5 +45,10 @@
|
|||||||
"docthis.includeDescriptionTag": true,
|
"docthis.includeDescriptionTag": true,
|
||||||
"docthis.enableHungarianNotationEvaluation": true,
|
"docthis.enableHungarianNotationEvaluation": true,
|
||||||
"docthis.inferTypesFromNames": true,
|
"docthis.inferTypesFromNames": true,
|
||||||
"vetur.format.defaultFormatter.html": "prettier"
|
"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