Up until now, I found VS Code merge editor extremely useful and developer friendly. It had:
- Green highlighting for
Current Changes
. - Blue highlighting for
Incoming Changes
. - Inline buttons for
Accept Current Change
,Accept Incoming Change
,Accept Both Changes
,Compare Changes
.
Today after updating to v1.70, when I tried to resolve some conflicts, the merge editor UI changed completely (probably because of new version of VS Code). I would prefer to keep the old merge editor UI. Can this be solved with some VS Code config?