27 lines
837 B
JSON
27 lines
837 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",
|
||
"Vue.vscode-typescript-vue-plugin", // 一个TS服务器插件,使TS服务器知道*.vue文件。
|
||
"esbenp.prettier-vscode", // 代码格式化
|
||
"dbaeumer.vscode-eslint" // 代码质量检查
|
||
]
|
||
}
|