diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5d97983..f31a1eb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,5 @@ "onAutoForward": "notify" } }, - - "postCreateCommand": "yarn install", - "postStartCommand": "npm run debug" + "postSAttachCommand": "yarn install && npm run debug" }