diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e0e335557..61551f188 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "appPort": "9123:8123", "runArgs": [ "-e", - "GIT_EDITOR='code --wait'", + "GIT_EDITOR=\"code --wait\"", "--privileged" ], "extensions": [ @@ -26,4 +26,4 @@ "editor.formatOnType": true, "files.trimTrailingWhitespace": true } -} \ No newline at end of file +}