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 11cbcc2 commit aba7fa0Copy full SHA for aba7fa0
.devcontainer/devcontainer.json
@@ -19,7 +19,8 @@
19
// Set *default* container specific settings.json values on container create.
20
"settings": {
21
"terminal.integrated.shell.linux": "/bin/bash",
22
- "cSpell.language": ",en"
+ "cSpell.language": ",en",
23
+ "git.autofetch": true
24
},
25
// Visual Studio Code extensions which help authoring for docs.github.com.
26
"extensions": [
@@ -57,7 +58,7 @@
57
58
59
60
// Use 'postCreateCommand' to run commands after the container is created.
- "postCreateCommand": "npm ci",
61
+ "postCreateCommand": "npm ci && npm start",
62
63
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
64
"remoteUser": "node",
0 commit comments