We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cd59d commit d81c970Copy full SHA for d81c970
.vscode/extensions.json
@@ -1,6 +1,7 @@
1
{
2
"recommendations": [
3
"Vue.volar",
4
- "antfu.unocss"
+ "antfu.unocss",
5
+ "simonhe.common-intellisense"
6
]
7
}
.vscode/settings.json
@@ -43,5 +43,11 @@
43
"json",
44
"jsonc",
45
"yaml"
46
+ ],
47
+
48
+ // Specify the UI library you need to prompt
49
+ "common-intellisense.showSlots": false,
50
+ "common-intellisense.ui": [
51
+ "vant4"
52
53
0 commit comments