mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
4 lines
125 B
Bash
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 "$@"
|