2023-03-08 10:25:12 +08:00

11 lines
439 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", //代码质量检查
"antfu.unocss", // UnoCSS 原子化css
"mrmlnc.vscode-autoprefixer" //将less/scss/css文件自动添加浏览器兼容前缀
]
}