chore: add volar to workspace recommendations

This commit is contained in:
Daniel Roe 2023-07-06 17:09:41 +01:00
parent 1605a532a1
commit 0c826ee274
1 changed files with 7 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"vue.volar"
]
}