diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 91f68e3..cad14f9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,5 +12,5 @@ } }, "postCreateCommand": "/bin/sh -c ./.devcontainer/postCreateCommand.sh", - "postStartCommand": "/bin/sh -c ./.devcontainer/postStartCommand.sh" + "postAttachCommand": "/bin/sh -c ./.devcontainer/postAttachCommand.sh" }