Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit b7b34b0

Browse files
build(.vscode): update extension recommendations
1 parent 54cdf25 commit b7b34b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"recommendations": [
3-
"johnsoncodehk.volar"
3+
"Vue.volar",
4+
"Vue.vscode-typescript-vue-plugin"
45
]
5-
}
6+
}

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3-
"volar.tsPlugin": true
4-
}
3+
}

0 commit comments

Comments
 (0)