chore(dev): support latest volar (#3508)

This commit is contained in:
三咲智子
2021-09-21 01:37:59 +08:00
committed by GitHub
parent 801526771b
commit d166ede064
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
"recommendations": [
"johnsoncodehk.volar",
"johnsoncodehk.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]

View File

@@ -1,7 +1,6 @@
{
"cSpell.words": ["Element Plus", "element-plus"],
"typescript.tsdk": "node_modules/typescript/lib",
"volar.tsPlugin": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}