Im using Vscode and Gitlens. I want to be able to do an interactive rebase. I have core.editor=code --wait set. But when I try and run a rebase I get the text-based editor instead, like so:

Any ideas?
This worked for me. just execute the following command on your terminal
git config --global sequence.editor "code --wait --reuse-window"
Now execute the following command on VS Code Terminal to get GitLens Interactive editor.
git rebase -i <branch_name>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With