vscode-gitlens
vscode-gitlens copied to clipboard
"Interactive rebase" does not work in SSH session. code --wait --reuse-window:
- GitLens Version: 11.3.0
- Git Version: 2.23.3
- VSCode Version: 1.54.2
- OS Version: MacOs 11.2.3
Steps to Reproduce:
- open gitlens from inside a remote SSH session.
- right click on a commit and select "Rebase current branch on to commit"
- select Interactive Rebase
REPRO: In command prompt you see the following error
git -c sequence.editor="code --wait --reuse-window" rebase --interactive a853682f894bb3909bca6bd57fef2b4d240be0b1 hint: Waiting for your editor to close the file... code --wait --reuse-window: code: command not found error: There was a problem with the editor 'code --wait --reuse-window'.
You did not install VSCode on the remote... this is not a GitLens issue