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

Commit b037c40

Browse files
Merge pull request #150
build(.vscode): update extension recommendations
2 parents 7b54c53 + d21efa1 commit b037c40

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"recommendations": [
3+
"Vue.volar",
4+
"Vue.vscode-typescript-vue-plugin"
35
]
4-
}
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)