Commit 9220ec29 by chuzhixin

📝Upload vscode automatic configuration

parent 6ef93872
...@@ -31,9 +31,6 @@ ...@@ -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 @@ ...@@ -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"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment