vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

"Interactive rebase" does not work in SSH session. code --wait --reuse-window:

Open rbadapanda opened this issue 4 years ago • 1 comments

  • GitLens Version: 11.3.0
  • Git Version: 2.23.3
  • VSCode Version: 1.54.2
  • OS Version: MacOs 11.2.3

Steps to Reproduce:

  1. open gitlens from inside a remote SSH session.
  2. right click on a commit and select "Rebase current branch on to commit"
  3. 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'.

rbadapanda avatar Mar 16 '21 22:03 rbadapanda

You did not install VSCode on the remote... this is not a GitLens issue

jankap avatar Jun 04 '25 20:06 jankap