Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git-editor.sh « scripts « gitEditor « src « git « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4ba2e4fd73d22ac00798c47bb0a218bbe36bbde (plain)
1
2
3
4
#!/bin/sh

ELECTRON_RUN_AS_NODE="1" \
"$VSCODE_GIT_EDITOR_NODE" "$VSCODE_GIT_EDITOR_MAIN" $@