Skip to content

Commit 3dc79c7

Browse files
committed
Add recommended extensions
1 parent ebde5fb commit 3dc79c7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.vscode/extensions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"recommendations": [
3+
"bierner.markdown-preview-github-styles",
4+
"davidanson.vscode-markdownlint",
5+
"dbaeumer.vscode-eslint",
6+
"esbenp.prettier-vscode",
7+
"github.copilot",
8+
"github.copilot-chat",
9+
"github.vscode-github-actions",
10+
"github.vscode-pull-request-github",
11+
"redhat.vscode-yaml",
12+
"rvest.vs-code-prettier-eslint",
13+
"yzhang.markdown-all-in-one"
14+
]
15+
}

0 commit comments

Comments
 (0)