mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
joh/careful silverfish (#153089)
* don't show `openChange` command for merge editor https://github.com/microsoft/vscode/issues/151125 * disable and not-place the conflicting merge-conflict navigation commands for the merge editor https://github.com/microsoft/vscode/issues/153087 * disable (configurable) merge-conflict featues (code lens, decorations) when git is configured to use merge editor https://github.com/microsoft/vscode/issues/153087
This commit is contained in:
@@ -1478,7 +1478,7 @@
|
||||
{
|
||||
"command": "git.openChange",
|
||||
"group": "navigation",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && !isInDiffEditor && resourceScheme == file && scmActiveResourceHasChanges"
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && !isInDiffEditor && !isMergeEditor && resourceScheme == file && scmActiveResourceHasChanges"
|
||||
},
|
||||
{
|
||||
"command": "git.stageSelectedRanges",
|
||||
|
||||
Reference in New Issue
Block a user