]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
feat: add corresponding extensions when using vitest
authorbtea <2356281422@qq.com>
Wed, 7 Aug 2024 06:41:52 +0000 (14:41 +0800)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 7 Aug 2024 07:09:51 +0000 (09:09 +0200)
template/config/vitest/.vscode/extensions.json [new file with mode: 0644]

diff --git a/template/config/vitest/.vscode/extensions.json b/template/config/vitest/.vscode/extensions.json
new file mode 100644 (file)
index 0000000..91ebd56
--- /dev/null
@@ -0,0 +1,3 @@
+{
+  "recommendations": ["vitest.explorer"]
+}