We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1997e2 commit 13cb393Copy full SHA for 13cb393
.devcontainer/devcontainer.json
@@ -12,7 +12,17 @@
12
// "forwardPorts": [],
13
14
// Use 'postCreateCommand' to run commands after the container is created.
15
- "postCreateCommand": ".devcontainer/post-create-command.bash"
+ "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
26
27
// Configure tool-specific properties.
28
// "customizations": {},
0 commit comments