如何在 Visual Studio 代码中获得统一的 git 差异?
How can I get a unified git diff in Visual Studio Code?
VS Code 有一个很好的内置 Git 界面,但它默认为并排文件 comparison/diff。有没有办法切换到统一彩色模式?
official view is a side by side one
但是 VSCode Tips page 提到了
Inline view
Toggle inline view by clicking more button in the top right.
VS Code 有一个很好的内置 Git 界面,但它默认为并排文件 comparison/diff。有没有办法切换到统一彩色模式?
official view is a side by side one
但是 VSCode Tips page 提到了
Inline view
Toggle inline view by clicking more button in the top right.