diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c85eaece8b6819f68bc36912927fccbd56d87a88..595506c8ccc71f83c68ff35ed6a61dc1e23a7c92 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "postCreateCommand": "pip3 install -e .", "appPort": 8123, "runArgs": [ - "-e", "GIT_EDTIOR='code --wait'" + "-e", "GIT_EDITOR='code --wait'" ], "extensions": [ "ms-python.python",