Skip to content

Commit 72a9d65

Browse files
authored
Merge pull request #1168 from actions/ncalteen/updates
Add Extension Recommendations
2 parents a9e71de + 3dc79c7 commit 72a9d65

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"github.copilot-chat",
1717
"github.vscode-github-actions",
1818
"github.vscode-pull-request-github",
19-
"me-dutour-mathieu.vscode-github-actions",
2019
"redhat.vscode-yaml",
2120
"rvest.vs-code-prettier-eslint",
2221
"yzhang.markdown-all-in-one"

.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)