build(projects): 修改vscode配置

This commit is contained in:
Soybean
2022-01-06 14:40:07 +08:00
parent 0e783bcf7b
commit 0c5770dfd2
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,8 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"git.enableSmartCommit": true,
"path-intellisense.mappings": {
"@": "${workspaceFolder}/src",