You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run in command palette: GitLens: Enable Interactive Rebase Editor (or add in your settings.json"workbench.editorAssociations": { "git-rebase-todo": "gitlens.rebase" })
Create dummy temporary local commit
Open integrated terminal
Run git rebase --interactive
=> The default text editor is opened instead of the GitLens editor.
NB: If I run the git rebase --interactive command from an external terminal it correctly shows the GitLens editor.
Extension version: 12.1.1
Git Version: 2.25.1
VS Code version: Code - Insiders 1.69.0-insider (10e6e876822fa2da15fb68e8a6f1fb9aa8d94ce2, 2022-06-21T05:17:51.280Z)
OS version: Linux x64 5.4.0-120-generic
Restricted Mode: No
The text was updated successfully, but these errors were encountered:
I am not sure about what has changed but it seems that the situation come back to normal since I have this VSCode Insiders version: Code - Insiders 1.69.0-insider (e7751367f79f327b8103bee33a07c16817a2c7cd, 2022-06-28T05:18:13.217Z).
I close this issue for now and maybe will reopen it if it happens to me again.
Issue Type: Bug
settings.json
"workbench.editorAssociations": { "git-rebase-todo": "gitlens.rebase" }
)git rebase --interactive
=> The default text editor is opened instead of the GitLens editor.
NB: If I run the
git rebase --interactive
command from an external terminal it correctly shows the GitLens editor.Extension version: 12.1.1
Git Version: 2.25.1
VS Code version: Code - Insiders 1.69.0-insider (10e6e876822fa2da15fb68e8a6f1fb9aa8d94ce2, 2022-06-21T05:17:51.280Z)
OS version: Linux x64 5.4.0-120-generic
Restricted Mode: No
The text was updated successfully, but these errors were encountered: