From 5d18f94bb0fc89fdc2b2bbb43a6be0cc1a039370 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 11 Jul 2022 11:28:57 +0200 Subject: [PATCH] Git - Maintain spaces in the arguments (#154685) Maintain spaces in the arguments --- extensions/git/src/git-editor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/git/src/git-editor.sh b/extensions/git/src/git-editor.sh index 1c45c2deac1..d7e0d2deece 100755 --- a/extensions/git/src/git-editor.sh +++ b/extensions/git/src/git-editor.sh @@ -1,4 +1,4 @@ #!/bin/sh ELECTRON_RUN_AS_NODE="1" \ -"$VSCODE_GIT_EDITOR_NODE" "$VSCODE_GIT_EDITOR_MAIN" $VSCODE_GIT_EDITOR_EXTRA_ARGS $@ +"$VSCODE_GIT_EDITOR_NODE" "$VSCODE_GIT_EDITOR_MAIN" $VSCODE_GIT_EDITOR_EXTRA_ARGS "$@"