Use legacy conflict resolution view in VS Code

Kev*_*her 9 visual-studio-code

After the June (or July) 2022 update, the merge conflict view no longer looks like the one in the documentation: https://code.visualstudio.com/Docs/editor/versioncontrol#_merge-conflicts

我一点也不喜欢新的三向视图。有什么方法可以返回到之前的合并冲突视图(如上面的文档链接中所示)?

我尝试将以下内容添加到settings.json,但结果根本没有差异装饰:

"git.mergeEditor": false,

更新:

对于遇到此问题的任何人,以下组合已为我和下面评论的其他人解决了此问题。

"diffEditor.codeLens": true,
"git.mergeEditor": false,
Run Code Online (Sandbox Code Playgroud)