From b3eff41692a0a1a783280201b10ff767e5f2e37b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 20 Aug 2019 17:51:27 +0200 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}