mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2026-04-29 18:34:09 +08:00
22 lines
565 B
JSON
22 lines
565 B
JSON
{
|
|
"recommendations": [
|
|
// Vue 3 的语言支持
|
|
"Vue.volar",
|
|
// 将 ESLint JavaScript 集成到 VS Code 中。
|
|
"dbaeumer.vscode-eslint",
|
|
// 使用 Prettier 的代码格式化程序
|
|
"esbenp.prettier-vscode",
|
|
// 支持 dotenv 文件语法
|
|
"mikestead.dotenv",
|
|
// 源代码的拼写检查器
|
|
"streetsidesoftware.code-spell-checker",
|
|
// i18n 插件
|
|
"Lokalise.i18n-ally",
|
|
// CSS 变量提示
|
|
"vunguyentuan.vscode-css-variables",
|
|
],
|
|
"unwantedRecommendations": [
|
|
// 和 volar 冲突
|
|
"octref.vetur"
|
|
]
|
|
} |