From e0f271d8f4c3732d32624554f787d3c1fdd9fd3d Mon Sep 17 00:00:00 2001 From: Michael Fliegner <12422482+michaelfliegner@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:56:51 +0000 Subject: [PATCH] misc --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }