We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9e71de + 3dc79c7 commit 72a9d65Copy full SHA for 72a9d65
.devcontainer/devcontainer.json
@@ -16,7 +16,6 @@
16
"github.copilot-chat",
17
"github.vscode-github-actions",
18
"github.vscode-pull-request-github",
19
- "me-dutour-mathieu.vscode-github-actions",
20
"redhat.vscode-yaml",
21
"rvest.vs-code-prettier-eslint",
22
"yzhang.markdown-all-in-one"
.vscode/extensions.json
@@ -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