Skip to content

Interactive rebase editor not opening git-rebase-todo properly #3337

@dbersan

Description

@dbersan

Description

Following the discussion here, which was closed for some reason.

Cannot use the interactive rebase editor with git rebase <branch name>, even though I have the option enabled:

image

The "top comment" says to edit .gitconfig with :

[core]
    -- editor = code -n -w

IT DID NOT WORK.

I also tried this:

git config --global sequence.editor "code --wait --reuse-window"

It seems to work at first (opens the visual rebase on vscode), but the rebase fails with the message:

image

GitLens Version

15.0

VS Code Version

No response

Git Version

No response

Logs, Screenshots, Screen Captures, etc

No response

Metadata

Metadata

Assignees

Labels

area-rebase-editorIssues or features related to the Interactive Rebase Editorneeds-verificationRequest for verificationpending-releaseResolved but not yet released to the stable edition

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions