How can I get a unified git diff in Visual Studio code?

VS Code has a nice built-in Git interface, but by default it maps to file matching / difference. Is there a way to switch to a unified color mode?

+8
source share
1 answer

The official point of view side by side

enter image description here

But the VSCode Tips page mentions

Embedded view

Switch the built-in view by clicking the "Next" button in the upper right corner.

https://github.com/Microsoft/vscode-tips-and-tricks/raw/master/media/more_button.png (" Toggle Side By Side View Windows ")

enter image description here

+8
source

Source: https://habr.com/ru/post/1264968/


All Articles