diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5426f91f8a0bacc92a20aa7e3ffec73f3a498433..8a2f1cf2b8446e8f17d367dba8f9f5b1be872f5d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,5 +19,5 @@ "remoteEnv": { "PATH": "/home/vscode/.local/bin:${containerEnv:PATH}" }, - "postStartCommand": "pip install -e ." + "postCreateCommand": "pip install -e ." }