This gist adds a command to Sublime Merge that opens the current repository in Visual Studio Code, accessible from:
- The Command Palette
- The top menu bar (Repository menu)
- The toolbar “…” (Action) menu
Because Sublime Merge custom commands are limited to invoking git, this solution uses a Git alias that shells out to the VS Code CLI.