docs(projects): vscode配置更新

This commit is contained in:
Soybean
2021-11-13 23:06:20 +08:00
parent 55383a1032
commit 7c5ed9d37c
3 changed files with 12 additions and 4 deletions

View File

@ -56,5 +56,12 @@
},
"workbench.productIconTheme": "fluent-icons",
"vue3snippets.enable-compile-vue-file-on-did-save-code": false,
"editor.formatOnSave": false
"editor.formatOnSave": false,
"material-icon-theme.activeIconPack": "angular",
"material-icon-theme.files.associations": {},
"material-icon-theme.folders.associations": {
"enum": "typescript",
"store": "context",
"business": "core",
}
}