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

No one assigned

    Labels

    area-rebase-editorIssues or features related to the Interactive Rebase EditortriageNeeds to be looked at

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions