build(projects): update vscode config

This commit is contained in:
Soybean 2023-02-12 23:25:00 +08:00
parent 6bb6d9f71e
commit 608d7fb34d
2 changed files with 4 additions and 2 deletions

View File

@ -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"
] ]

View File

@ -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": {