26 lines
733 B
JSON
26 lines
733 B
JSON
//////////////////////////////////
|
|
// 向此工作区的用户推荐的扩展列表 //
|
|
/////////////////////////////////
|
|
|
|
{
|
|
"recommendations": [
|
|
"afzalsayed96.icones",
|
|
"dbaeumer.vscode-eslint",
|
|
"editorconfig.editorconfig",
|
|
"esbenp.prettier-vscode",
|
|
"formulahendry.auto-close-tag",
|
|
"formulahendry.auto-complete-tag",
|
|
"formulahendry.auto-rename-tag",
|
|
"lokalise.i18n-ally",
|
|
"mhutchie.git-graph",
|
|
"mikestead.dotenv",
|
|
"naumovs.color-highlight",
|
|
"pkief.material-icon-theme",
|
|
"sdras.vue-vscode-snippets",
|
|
"whtouche.vscode-js-console-utils",
|
|
"zhuangtongfa.material-theme",
|
|
"esbenp.prettier-vscode", // 代码格式化
|
|
"dbaeumer.vscode-eslint" // 代码质量检查
|
|
]
|
|
}
|