somehow my vscode changed, when i want to resolve merge conflict,there is something like <<<<HEAD , but now it’s like a yellow square on picture, why is that? can anyone tell me why?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
4
Answers
I finally fix this by these configs
In the user settings, you can disable
Git Merge Editor
:VS Code Settings Screenshot
Go to settings -> find "Git Merge Editor" -> disable "Git: Merge Editor"
Turn off Visual Studio Code merge editor
If you don’t want to remove this feature, there should be a checkbox to the left of each yellow box which you can use to select the conflict(s) that you would like to persist (similar to how the old merge conflict control worked)