We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb7abf commit 5731129Copy full SHA for 5731129
extensions/git/src/git-editor.sh
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
3
ELECTRON_RUN_AS_NODE="1" \
4
-"$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 "$@"
0 commit comments