50 lines
1006 B
JSON
50 lines
1006 B
JSON
{
|
|
"recommendations": [
|
|
// Vue 开发必备
|
|
"vue.volar",
|
|
"vue.vscode-typescript-vue-plugin",
|
|
|
|
// 代码格式化和质量
|
|
"esbenp.prettier-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
// TypeScript 支持
|
|
"ms-vscode.vscode-typescript-next",
|
|
|
|
// Git 增强
|
|
"eamodio.gitlens",
|
|
"mhutchie.git-graph",
|
|
|
|
// 开发体验增强
|
|
"christian-kohler.path-intellisense",
|
|
"visualstudioexptteam.vscodeintellicode",
|
|
"ms-vscode.vscode-json",
|
|
|
|
// 文件图标
|
|
"vscode-icons-team.vscode-icons",
|
|
|
|
// 自动重命名标签
|
|
"formulahendry.auto-rename-tag",
|
|
|
|
// TODO 高亮
|
|
"wayou.vscode-todo-highlight",
|
|
|
|
// 注释增强
|
|
"aaron-bond.better-comments",
|
|
|
|
// 代码片段
|
|
"hollowtree.vue-snippets",
|
|
|
|
// 错误镜头
|
|
"usernamehw.errorlens",
|
|
|
|
// 导入成本
|
|
"wix.vscode-import-cost"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.vscode-typescript",
|
|
"hookyqr.beautify",
|
|
"coenraads.bracket-pair-colorizer-2"
|
|
]
|
|
}
|