void/extensions/git/src/git-editor.sh
2024-09-10 19:37:36 -07:00

4 lines
125 B
Bash

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