-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
blockedBlocked or caused by an upstream issue or featureBlocked or caused by an upstream issue or featureblocked: vscodeCaused by or dependent on a VS Code issue or featureCaused by or dependent on a VS Code issue or feature
Milestone
Description
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)
- Perform a git rebase interactive
- Select the "Disable rebase editor" -> This updates the VSCode settings file (like option 2)
- Perform a git rebase interactive - Still displays the UI editor, instead of the text editor
Option 2)
- Edit the VSCode settings file and add:
"workbench.editorAssociations": {
"git-rebase-todo": "default"
}
- Perform a git rebase interactive - Still displays the UI editor, instead of the text editor
kbd, vac, beefchimi, samlh, andrewnystrom and 7 more
Metadata
Metadata
Assignees
Labels
blockedBlocked or caused by an upstream issue or featureBlocked or caused by an upstream issue or featureblocked: vscodeCaused by or dependent on a VS Code issue or featureCaused by or dependent on a VS Code issue or feature