- VSCode Version: 1.52.1
- OS Version: Windows 10 home 20H2 19042.746
I have the same issue as #104502
It happens when I rebase a branch onto another one with conflicts. In VSCode, I resolve the conflicts, stage all the files and click on the tick box to commit. It runs forever like in the screen recording of the #104502's author.
While looping forever, I run git rebase --continue manually in the terminal and it tells me the file .COMMIT_EDITMSG already exits.

I have the same issue as #104502
It happens when I rebase a branch onto another one with conflicts. In VSCode, I resolve the conflicts, stage all the files and click on the tick box to commit. It runs forever like in the screen recording of the #104502's author.
While looping forever, I run
git rebase --continuemanually in the terminal and it tells me the file.COMMIT_EDITMSGalready exits.