13 lines
418 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//////////////////////////////////
// 向此工作区的用户推荐的扩展列表 //
/////////////////////////////////
{
"recommendations": [
"Vue.volar", // Vue语言支持扩展
"Vue.vscode-typescript-vue-plugin", // 一个TS服务器插件使TS服务器知道*.vue文件。
"esbenp.prettier-vscode", // 代码格式化
"dbaeumer.vscode-eslint" //代码质量检查
]
}