diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4bc64937a620bce8ab0a259d7b9c8e3ec8e5b2ff..9e7960a310c6473a0063c83ac3f1e5467db5b866 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,10 @@ "context": "..", "dockerFile": "Dockerfile", "postCreateCommand": "pip3 install -e .", + "appPort": 8123, + "runArgs": [ + "-e", "GIT_EDTIOR='code --wait'" + ], "extensions": [ "ms-python.python" ], @@ -12,4 +16,4 @@ "python.linting.pylintEnabled": true, "python.linting.enabled": true } -} \ No newline at end of file +}