Skip to content

Disable option for rebase interactive editor is not honoured #1687

@richard-swyftx

Description

@richard-swyftx

The setting "git-rebase-todo": "default" is not honoured

  • GitLens Version: 11.6.1
  • Git Version: 2.25.1
  • VSCode Version: 1.61.0
  • OS Version: Linux 5.11.0-37-generic, 20.04.2-Ubuntu

NOTE: Perform a git rebase interactive == terminal/command-line: git rebase -i origin/dev

Steps to Reproduce:

Option 1)

  1. Perform a git rebase interactive
  2. Select the "Disable rebase editor" -> This updates the VSCode settings file (like option 2)
  3. Perform a git rebase interactive - Still displays the UI editor, instead of the text editor

Option 2)

  1. Edit the VSCode settings file and add:
  "workbench.editorAssociations": {
    "git-rebase-todo": "default"
  }
  1. Perform a git rebase interactive - Still displays the UI editor, instead of the text editor

Metadata

Metadata

Assignees

Labels

blockedBlocked or caused by an upstream issue or featureblocked: vscodeCaused by or dependent on a VS Code issue or feature

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions