fix: simplied extensions.json

This commit is contained in:
chansee97 2024-03-04 09:19:39 +08:00
parent 5fbc6fef3b
commit fa3c38edd7

View File

@ -1,24 +1,15 @@
{ {
"recommendations": [ "recommendations": [
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"mikestead.dotenv", "mikestead.dotenv",
"usernamehw.errorlens", "usernamehw.errorlens",
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"eamodio.gitlens",
"mhutchie.git-graph", "mhutchie.git-graph",
"donjayamanne.githistory", "donjayamanne.githistory",
"redjue.git-commit-plugin",
"lokalise.i18n-ally", "lokalise.i18n-ally",
"antfu.iconify", "antfu.iconify",
"kisstkondoros.vscode-gutter-preview", "kisstkondoros.vscode-gutter-preview",
"wix.vscode-import-cost",
"mariusalchimavicius.json-to-ts",
"christian-kohler.path-intellisense",
"proeagle.px2xx",
"meganrogge.template-string-converter",
"antfu.unocss", "antfu.unocss",
"pflannery.vscode-versionlens", "vue.volar"
"vue.volar",
"kamikillerto.vscode-colorize"
] ]
} }