mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-25 09:50:51 +01:00
5 lines
123 B
Bash
Executable File
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 $@
|