Skip to content

Commit 5731129

Browse files
authored
Git - Maintain spaces in the arguments (microsoft#154685) (microsoft#154785)
Maintain spaces in the arguments
1 parent fcb7abf commit 5731129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/src/git-editor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
ELECTRON_RUN_AS_NODE="1" \
4-
"$VSCODE_GIT_EDITOR_NODE" "$VSCODE_GIT_EDITOR_MAIN" $VSCODE_GIT_EDITOR_EXTRA_ARGS $@
4+
"$VSCODE_GIT_EDITOR_NODE" "$VSCODE_GIT_EDITOR_MAIN" $VSCODE_GIT_EDITOR_EXTRA_ARGS "$@"

0 commit comments

Comments
 (0)