16

Some days ago vscode started showing the following interface any time I had a git conflict:

Visual Studio Code interface for git conflict solving

But I don't like it and want the regular one, the one that looks like this:

Regular interface for conflict solving in vscode

How can I modify the configurations to change this interface, I've explored hundreds of settings in vscode but haven't found the right one.

Thanks a lot in advance.

torek
  • 448,244
  • 59
  • 642
  • 775
Cristian Diaz
  • 315
  • 1
  • 3
  • 11
  • in the settings have you found anything with the term `merge`, also search SO before asking a question, this is about the tenth identical question in last few days – rioV8 Aug 11 '22 at 20:26

2 Answers2

20

There is a setting called "git.mergeEditor" disable it then you have the old view back !

Chris
  • 476
  • 4
  • 10
3

@Cristian Diaz Please refer to the latest version (1.71.0) Release note. They didn't remove the old merge conflicts resolution. We can enable it by clicking on the file icon.

enter image description here

Roshan Maddumage
  • 130
  • 3
  • 12