Skip to content

Commit aea519c

Browse files
committed
ci: Add recommended extensions
1 parent 89cdcfd commit aea519c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/extensions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"recommendations": [
3+
"PKief.material-icon-theme",
4+
"streetsidesoftware.code-spell-checker",
5+
"EditorConfig.EditorConfig",
6+
"github.vscode-github-actions",
7+
"DavidAnson.vscode-markdownlint",
8+
"rvest.vs-code-prettier-eslint",
9+
"Vue.vscode-typescript-vue-plugin",
10+
"Vue.volar",
11+
"dbaeumer.vscode-eslint"
12+
]
13+
}

0 commit comments

Comments
 (0)