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