Files
DianZhanDemo/.vscode/extensions.json
ch197511161 aaaf08e8f3 init6
2025-12-11 02:09:07 +08:00

45 lines
1.2 KiB
JSON

{
"recommendations": [
// Tailwind CSS 智能感知
"bradlc.vscode-tailwindcss",
"austenc.tailwind-docs",
// Vue 开发必备 - Vue Official (新版 Volar)
"vue.volar",
"vue.vscode-typescript-vue-plugin",
// TypeScript 支持
"ms-vscode.vscode-typescript-next",
// 代码检查和格式化
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
// CSS 相关
"stylelint.vscode-stylelint",
"csshoek.vscode-css-peek",
"ecmel.vscode-html-css",
"zignd.html-css-class-completion",
"syler.sass-indented",
// 实用工具
"formulahendry.auto-rename-tag",
"christian-kohler.path-intellisense",
"wix.vscode-import-cost",
"ms-vscode.vscode-json",
"redhat.vscode-yaml",
"eamodio.gitlens",
"vscode-icons-team.vscode-icons",
"CoenraadS.bracket-pair-colorizer-2",
"naumovs.color-highlight",
"johnpapa.vscode-peacock",
"gruntfuggly.todo-tree",
"christian-kohler.npm-intellisense",
"yzhang.markdown-all-in-one",
"streetsidesoftware.code-spell-checker"
],
"unwantedRecommendations": [
"vscode.typescript-language-features",
"ms-vscode.vscode-typescript-language-features"
]
}