-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
interactive rebase broken & cannot disable #1395
Comments
The "Switch to text" and "disable rebase editor" buttons both don't actually do anything nor do they produce anything in the gitlense output. |
Duplicate of #1172 which should be fixed in the latest VS Code insiders: #1172 (comment) |
Had a look at #1172 and I can verify that installing gitlense locally seems to be an interim solution. |
Hopefully 1.54 (shipping later this week) will fix it for good. |
For the day that it worked for me, I actually liked the GitLense rebase interface. It had nice shortcut keys and had a nice clear way of presenting all the info without changing to far from the text way of doing it. It also lets you switch to the text form if you want too. Looking forward to 1.54 :) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
v11.2.1
git version 2.17.1
1.53.2
622cb03f7e070a9670c94bae1a45d78d7181fbd4
x64
Steps to Reproduce:
These steps seem to initiate a "gitlense interactive rebase" but I just want my normal interactive rebase... It seems to do this because gitlense is the default editor for files called "git-rebase-todo"
Nothing logs to the GitLense output even with
"gitlens.outputLevel": "debug"
. I just want to stop gitlense from automatically opening the git-rebase-todo if possible.The text was updated successfully, but these errors were encountered: