diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3376a54..0931ea9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "packages": "curl,zsh" } }, - "postCreateCommand": [ + "postAttachCommand": [ "curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f \n;", "echo 'eval \"$(devbox global shellenv --init-hook)\"' >> ~/.zshrc" ]