Merge pull request #120 from markthree/main

chore: update vscode recommendations
This commit is contained in:
草鞋没号 2022-05-05 07:10:11 +08:00 committed by GitHub
commit a0b7597d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
{
"recommendations": ["johnsoncodehk.volar", "johnsoncodehk.vscode-typescript-vue-plugin"]
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin"
]
}