diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 195a0e217..24db69ed6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,8 +17,9 @@ "--device=/dev/kvm" ], - // Use 'postCreateCommand' to run commands after the container is created - "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 + "postStartCommand": "bash .devcontainer/setup.sh", "customizations": { "vscode": {