build(projects): update vscode config
This commit is contained in:
parent
6bb6d9f71e
commit
608d7fb34d
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
@ -8,17 +8,20 @@
|
|||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
"esbenp.prettier-vscode",
|
"esbenp.prettier-vscode",
|
||||||
"formulahendry.auto-complete-tag",
|
|
||||||
"formulahendry.auto-close-tag",
|
"formulahendry.auto-close-tag",
|
||||||
|
"formulahendry.auto-complete-tag",
|
||||||
"formulahendry.auto-rename-tag",
|
"formulahendry.auto-rename-tag",
|
||||||
"kisstkondoros.vscode-gutter-preview",
|
"kisstkondoros.vscode-gutter-preview",
|
||||||
"lokalise.i18n-ally",
|
"lokalise.i18n-ally",
|
||||||
|
"mariusalchimavicius.json-to-ts",
|
||||||
"mhutchie.git-graph",
|
"mhutchie.git-graph",
|
||||||
"mikestead.dotenv",
|
"mikestead.dotenv",
|
||||||
"naumovs.color-highlight",
|
"naumovs.color-highlight",
|
||||||
"pkief.material-icon-theme",
|
"pkief.material-icon-theme",
|
||||||
|
"sdras.vue-vscode-snippets",
|
||||||
"steoates.autoimport",
|
"steoates.autoimport",
|
||||||
"vue.volar",
|
"vue.volar",
|
||||||
|
"vue.vscode-typescript-vue-plugin",
|
||||||
"whtouche.vscode-js-console-utils",
|
"whtouche.vscode-js-console-utils",
|
||||||
"zhuangtongfa.material-theme"
|
"zhuangtongfa.material-theme"
|
||||||
]
|
]
|
||||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -32,7 +32,6 @@
|
|||||||
"@": "/src",
|
"@": "/src",
|
||||||
"~@": "/src"
|
"~@": "/src"
|
||||||
},
|
},
|
||||||
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"],
|
|
||||||
"material-icon-theme.activeIconPack": "angular",
|
"material-icon-theme.activeIconPack": "angular",
|
||||||
"material-icon-theme.files.associations": {},
|
"material-icon-theme.files.associations": {},
|
||||||
"material-icon-theme.folders.associations": {
|
"material-icon-theme.folders.associations": {
|
||||||
|
Loading…
Reference in New Issue
Block a user