revert: restore vscode extensions comments

vite8^2
xingyu4j 2026-03-14 19:38:09 +08:00
parent 95d1e8432f
commit c48ee2a364
1 changed files with 13 additions and 1 deletions

View File

@ -1,18 +1,30 @@
{
"recommendations": [
// Vue 3
"Vue.volar",
"dbaeumer.vscode-eslint",
// oxlint VS Code
"oxc.oxc-vscode",
// Visual Studio Code Stylelint
"stylelint.vscode-stylelint",
// 使 oxfmt
"oxc.oxc-vscode",
// dotenv
"mikestead.dotenv",
//
"streetsidesoftware.code-spell-checker",
// Tailwind CSS VS Code
"bradlc.vscode-tailwindcss",
// iconify
"antfu.iconify",
// i18n
"Lokalise.i18n-ally",
// CSS
"vunguyentuan.vscode-css-variables",
// package.json PNPM catalog
"antfu.pnpm-catalog-lens"
],
"unwantedRecommendations": [
// volar
"octref.vetur"
]
}