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