diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8b4a036e..a4af7e8f 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -44,7 +44,7 @@ }, "postCreateCommand": { - "Install Pip Requriements": "/opt/venv/bin/pip3 install pytest docker debugpy" + "Install Pip Requirements": "/opt/venv/bin/pip3 install pytest docker debugpy" }, "postStartCommand": { "Start Environment":"${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh",