We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a984f commit b1f8ff3Copy full SHA for b1f8ff3
.devcontainer/devcontainer.json
@@ -8,7 +8,13 @@
8
"vscode": {
9
"settings": {},
10
"extensions": [
11
- "jetpack-io.devbox"
+ "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"
18
]
19
}
20
},
0 commit comments