chore: 清理 extensions.json 文件,移除注释以提升可读性
This commit is contained in:
Vendored
+12
-21
@@ -1,25 +1,16 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
// --- 核心基础体验 ---
|
"MS-CEINTL.vscode-language-pack-zh-hans",
|
||||||
"MS-CEINTL.vscode-language-pack-zh-hans", // 中文包
|
"PKief.material-icon-theme",
|
||||||
"PKief.material-icon-theme", // 图标主题
|
"EditorConfig.EditorConfig",
|
||||||
"EditorConfig.EditorConfig", // 跨编辑器配置统一
|
"usernamehw.errorlens",
|
||||||
|
"oderwat.indent-rainbow",
|
||||||
// --- 视觉与阅读辅助 ---
|
"wayou.vscode-todo-highlight",
|
||||||
"usernamehw.errorlens", // 错误直接显示在行尾 (神器)
|
"formulahendry.auto-close-tag",
|
||||||
"oderwat.indent-rainbow", // 缩进颜色高亮
|
"formulahendry.auto-rename-tag",
|
||||||
"wayou.vscode-todo-highlight", // TODO 高亮
|
"christian-kohler.path-intellisense",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
// --- 编写效率工具 ---
|
"esbenp.prettier-vscode",
|
||||||
"formulahendry.auto-close-tag", // 自动闭合标签
|
"eamodio.gitlens"
|
||||||
"formulahendry.auto-rename-tag", // 标签同步重命名
|
|
||||||
"christian-kohler.path-intellisense", // 文件路径自动补全
|
|
||||||
|
|
||||||
// --- 代码质量管控 ---
|
|
||||||
"dbaeumer.vscode-eslint", // JS/TS 代码校验
|
|
||||||
"esbenp.prettier-vscode", // 代码美化格式化
|
|
||||||
|
|
||||||
// --- Git 与 文档 ---
|
|
||||||
"eamodio.gitlens" // Git 历史查看神器
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user