mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Git - only show "Resolve in Merge Editor" editor action when conflict markers are present (#269300)
This commit is contained in:
@@ -2297,7 +2297,7 @@
|
||||
{
|
||||
"command": "git.openMergeEditor",
|
||||
"group": "navigation@-10",
|
||||
"when": "config.git.enabled && !git.missing && !isInDiffEditor && !isMergeEditor && resource in git.mergeChanges"
|
||||
"when": "config.git.enabled && !git.missing && !isInDiffEditor && !isMergeEditor && git.activeResourceHasMergeConflicts"
|
||||
}
|
||||
],
|
||||
"multiDiffEditor/resource/title": [
|
||||
|
||||
Reference in New Issue
Block a user