Skip to content

Commit d81c970

Browse files
committed
feat: Add simonhe.common-intellisense
1 parent 89cd59d commit d81c970

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"recommendations": [
33
"Vue.volar",
4-
"antfu.unocss"
4+
"antfu.unocss",
5+
"simonhe.common-intellisense"
56
]
67
}

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,11 @@
4343
"json",
4444
"jsonc",
4545
"yaml"
46+
],
47+
48+
// Specify the UI library you need to prompt
49+
"common-intellisense.showSlots": false,
50+
"common-intellisense.ui": [
51+
"vant4"
4652
]
4753
}

0 commit comments

Comments
 (0)