diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4bc64937a62..9e7960a310c 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 +}