Skip to content

Commit 13cb393

Browse files
committed
chore: update .devcontainer/devcontainer.json
1 parent a1997e2 commit 13cb393

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.devcontainer/devcontainer.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@
1212
// "forwardPorts": [],
1313

1414
// Use 'postCreateCommand' to run commands after the container is created.
15-
"postCreateCommand": ".devcontainer/post-create-command.bash"
15+
"postCreateCommand": ".devcontainer/post-create-command.bash",
16+
"customizations": {
17+
"vscode": {
18+
"extensions": [
19+
"EditorConfig.EditorConfig",
20+
"esbenp.prettier-vscode",
21+
"firsttris.vscode-jest-runner",
22+
"nrwl.angular-console"
23+
]
24+
}
25+
}
1626

1727
// Configure tool-specific properties.
1828
// "customizations": {},

0 commit comments

Comments
 (0)