We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d02d03 commit fdd5231Copy full SHA for fdd5231
.devcontainer/devcontainer.json
@@ -17,8 +17,9 @@
17
"--device=/dev/kvm"
18
],
19
20
- // Use 'postCreateCommand' to run commands after the container is created
21
- "postCreateCommand": "bash .devcontainer/setup.sh",
+ // use `postStartCommand` for additional setup commands
+ // this is run after the container is created and the user has been added
22
+ "postStartCommand": "bash .devcontainer/setup.sh",
23
24
"customizations": {
25
"vscode": {
0 commit comments