microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.14k stars 28.83k forks source link

scm: conflict both modified showing in tab when there are no conflicts #227601

Open Tyriar opened 1 month ago

Tyriar commented 1 month ago

Not sure how I got into this state, but I'm pretty sure it's wrong:

Image

git output:

git.log

lszomoru commented 1 month ago

Looking at the graph I see that the third commit from a top is a merge commit where you merged main into your topic branch. Were there any conflicts when you have done the merge? Did you resolve those merge conflicts using the code lenses or the 3-ways merge editor?

Tyriar commented 1 month ago

Were there any conflicts when you have done the merge?

There were ~5

Did you resolve those merge conflicts using the code lenses or the 3-ways merge editor?

I resolved them like I always do by searching for >>> and manually resolving it; I disable code lens and rarely use the merge editor.