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
Does this issue occur when all extensions are disabled?: Yes
I've setup VS Code as the global editor for Git on my Windows 10 pc like this:
git config --global core.editor "code --wait" If I now run something like git rebase HEAD~3 -i, after a long wait VS Code is launched and I see that it opens a tab named git-rebase-todo but before I can do (or see) anything the tab is closed and the command line thinks the rebase is finished by showing something like
Successfully rebased and updated refs/heads/Maintenance.
I see this behavior when using both PowerShell and the regular Console.
@bpasero It's strange but I can't reproduce the issue. The rebase now opens Code for the actual rebase and for entering a new commit message. I have no idea what has changed over the weekend.
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
I've setup VS Code as the global editor for Git on my Windows 10 pc like this:
git config --global core.editor "code --wait"
If I now run something likegit rebase HEAD~3 -i
, after a long wait VS Code is launched and I see that it opens a tab namedgit-rebase-todo
but before I can do (or see) anything the tab is closed and the command line thinks the rebase is finished by showing something likeSuccessfully rebased and updated refs/heads/Maintenance.
I see this behavior when using both PowerShell and the regular Console.
This is the content of my global git config file:
I thought that adding the
--wait
flag was all I had to do. Any idea why Code is opening and closing the rebase file in one go?The text was updated successfully, but these errors were encountered: