gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
8.86k stars 1.21k forks source link

Enable GitLens interactive rebase function for coder/code-server #3164

Open niehaa opened 4 months ago

niehaa commented 4 months ago

In coder/code-server with GitLens v.14.8.2 when trying to launch the interactive rebase it fails because the 'code' binary is not available on code-server.

Below is the output from the terminal:

/usr/sbin/git -C "/workspace/git_repo/env-config" -c "core.editor=code --wait --reuse-window" -c "sequence.editor=code --wait --reuse-window" rebase --interactive f48ea92cf9d84e59a01dcabde70ae0dd2ef03ea2
hint: Waiting for your editor to close the file... code --wait --reuse-window: line 1: code: command not found
error: There was a problem with the editor 'code --wait --reuse-window'.

Thanks & Regards, Niels

SummerS-tars commented 3 months ago

code-server

yes , I just met the same question. I can’t sign in as there isn’t any button to do this

Similarly, I can’t use git graph , too . The graph just remain blank. May be it’s because my server’s Bandwidth is too low?