Skip to content

Commit 99287a9

Browse files
committed
chore: add several recommended vscode extensions
1 parent b333db2 commit 99287a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/extensions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"recommendations": [
3+
"antfu.vite",
34
"DavidAnson.vscode-markdownlint",
5+
"dbaeumer.vscode-eslint",
6+
"eamodio.gitlens",
47
"esbenp.prettier-vscode",
8+
"GitHub.vscode-pull-request-github",
9+
"redhat.vscode-yaml",
10+
"SharzyL.cjk-word-handler",
511
"streetsidesoftware.code-spell-checker",
12+
"vitest.explorer",
13+
"Vue.volar",
14+
"xlthu.Pangu-Markdown",
615
"yzhang.markdown-all-in-one"
716
]
817
}

0 commit comments

Comments
 (0)