mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 18:28:50 +00:00
5 lines
125 B
Bash
Executable File
5 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 "$@"
|