Skip to content

Commit 24355fa

Browse files
committed
build: add missing extensions to devcontainer.json
1 parent aa9c3e3 commit 24355fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"github.copilot",
88
"github.copilot-chat",
99
"ms-azuretools.vscode-docker",
10-
"rvest.vs-code-prettier-eslint"
10+
"rvest.vs-code-prettier-eslint",
11+
"streetsidesoftware.code-spell-checker",
12+
"DigitalBrainstem.javascript-ejs-support"
1113
],
1214
"settings": {
1315
"editor.formatOnSave": true,

0 commit comments

Comments
 (0)