Skip to content

Commit b1f8ff3

Browse files
author
Slava Katiukha
committed
Add new VS Code extensions to devcontainer.json
1 parent 18a984f commit b1f8ff3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
"vscode": {
99
"settings": {},
1010
"extensions": [
11-
"jetpack-io.devbox"
11+
"jetpack-io.devbox",
12+
"yzhang.markdown-all-in-one",
13+
"streetsidesoftware.code-spell-checker",
14+
"DavidAnson.vscode-markdownlint",
15+
"shd101wyy.markdown-preview-enhanced",
16+
"GitHub.copilot",
17+
"GitHub.copilot-chat"
1218
]
1319
}
1420
},

0 commit comments

Comments
 (0)