Replies: 1 comment 1 reply
-
After some research, I found this issue #2051 and I tried running |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need help troubleshooting why the GitLens Interactive Rebase stopped working, I used to have it working a few weeks ago, but I can't get it to work anymore. Whenever I run
git rebase -i HEAD~<number>
from a terminal VSCode just opens the regular rebase text editor. This makes me think I have a configuration issue, but I can't figure out what's causing the problem. I really appreciate any help debugging the issue.Here are all the relevant info & configurations I think is related to it:
VSCode version:
Version: 1.70.0
Commit: da76f93349a72022ca4670c1b84860304616aaa2
Date: 2022-08-04T04:38:55.829Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Darwin x64 21.6.0
GitLens Extension Version
: v12.1.2GitLens VSCode Config:
Gitconfig
Beta Was this translation helpful? Give feedback.
All reactions