I am using VS Code extension Gitlens and trying to do interactive rebase with it.
Ideally it should bring up the interactive rebase editing window inside cursor, but it defaults to using “code” in the CLI. Below is what it runs:
/opt/homebrew/bin/git -C "/Users/xxxxxxxxx" -c "core.editor=code --wait --reuse-window" rebase xxxxxxxxxxxxxxxxxxxxxxxxxxx
It would be nice if we can have a way to tell the Gitlens that we are using cursor
instead. It should be doable as code-insider
, the pre release version of VS Code, does it automatically, just not sure how.