void/extensions/git/src/git-editor.sh
Andrew Pareles 3b901ad60f init
2025-02-28 18:01:53 -08:00

4 lines
125 B
Bash
Executable file

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