Files
vscode/extensions/git/src/git-editor.sh
T
2022-06-08 15:45:27 +02:00

5 lines
123 B
Bash
Executable File

#!/bin/sh
ELECTRON_RUN_AS_NODE="1" \
"$VSCODE_GIT_EDITOR_NODE" "$VSCODE_GIT_EDITOR_MAIN" $VSCODE_GIT_EDITOR_EXTRA_ARGS $@