When I got conflict I have to manually delete the option, I don't know when and how it's happening.
Can someone help me to bring back the option to solve the conflict?
When I got conflict I have to manually delete the option, I don't know when and how it's happening.
Can someone help me to bring back the option to solve the conflict?
You are indeed supposed to remove the conflict markers, keeping only the code sections you want for resolving the merge.
Note that is the screenshots represents a VSCode editor view, and if you are using VSCode 1.69 (June 2020) or more, there is a new merge view, which allows a side-by-side resolution.
However, that means the old merge conflict decorators are no longer there.
Setting git.mergeEditor
to false
might help you to revert to the old behavior.