|
|
@ -2409,6 +2409,16 @@ |
|
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNextInDiffRight", |
|
|
|
"title": "Open Changes with Next Revision", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-next-commit.svg", |
|
|
|
"light": "images/light/icon-next-commit.svg" |
|
|
|
}, |
|
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPrevious", |
|
|
|
"title": "Open Changes with Previous Revision", |
|
|
|
"category": "GitLens", |
|
|
@ -2418,6 +2428,15 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPreviousInDiffLeft", |
|
|
|
"title": "Open Changes with Previous Revision", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-prev-commit.svg", |
|
|
|
"light": "images/light/icon-prev-commit.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPreviousInDiffRight", |
|
|
|
"title": "Open Changes with Previous Revision", |
|
|
|
"category": "GitLens", |
|
|
@ -2455,6 +2474,15 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithWorkingInDiffLeft", |
|
|
|
"title": "Open Changes with Working File", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-compare-ref-working.svg", |
|
|
|
"light": "images/light/icon-compare-ref-working.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithWorkingInDiffRight", |
|
|
|
"title": "Open Changes with Working File", |
|
|
|
"category": "GitLens", |
|
|
@ -2478,6 +2506,24 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileBlameInDiffLeft", |
|
|
|
"title": "Toggle File Blame Annotations", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-git.svg", |
|
|
|
"light": "images/light/icon-git.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileBlameInDiffRight", |
|
|
|
"title": "Toggle File Blame Annotations", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-git.svg", |
|
|
|
"light": "images/light/icon-git.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.clearFileAnnotations", |
|
|
|
"title": "Clear File Annotations", |
|
|
|
"category": "GitLens", |
|
|
@ -2505,6 +2551,24 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileHeatmapInDiffLeft", |
|
|
|
"title": "Toggle File Heatmap Annotations", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-git.svg", |
|
|
|
"light": "images/light/icon-git.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileHeatmapInDiffRight", |
|
|
|
"title": "Toggle File Heatmap Annotations", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-git.svg", |
|
|
|
"light": "images/light/icon-git.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileChanges", |
|
|
|
"title": "Toggle File Changes Annotations", |
|
|
|
"category": "GitLens", |
|
|
@ -2600,6 +2664,26 @@ |
|
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffLeft", |
|
|
|
"title": "Show Revision Details", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-commit-horizontal.svg", |
|
|
|
"light": "images/light/icon-commit-horizontal.svg" |
|
|
|
}, |
|
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffRight", |
|
|
|
"title": "Show Revision Details", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-commit-horizontal.svg", |
|
|
|
"light": "images/light/icon-commit-horizontal.svg" |
|
|
|
}, |
|
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickFileHistory", |
|
|
|
"title": "Show File History", |
|
|
|
"category": "GitLens" |
|
|
@ -2785,12 +2869,44 @@ |
|
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openRevisionFileInDiffLeft", |
|
|
|
"title": "Open File at Revision", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-open-revision.svg", |
|
|
|
"light": "images/light/icon-open-revision.svg" |
|
|
|
}, |
|
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openRevisionFileInDiffRight", |
|
|
|
"title": "Open File at Revision", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-open-revision.svg", |
|
|
|
"light": "images/light/icon-open-revision.svg" |
|
|
|
}, |
|
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFile", |
|
|
|
"title": "Open File", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(go-to-file)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFileInDiffLeft", |
|
|
|
"title": "Open File", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(go-to-file)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFileInDiffRight", |
|
|
|
"title": "Open File", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": "$(go-to-file)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.stashApply", |
|
|
|
"title": "Apply Stash", |
|
|
|
"category": "GitLens", |
|
|
@ -4075,20 +4191,20 @@ |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && !isInDiffEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNext", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && isInDiffRightEditor" |
|
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && isInDiffEditor && !isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && isInDiffLeftEditor" |
|
|
|
"command": "gitlens.diffWithNextInDiffRight", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPrevious", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && !isInDiffEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPrevious", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && isInDiffLeftEditor" |
|
|
|
"command": "gitlens.diffWithPreviousInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && isInDiffEditor && !isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPreviousInDiffRight", |
|
|
@ -4104,11 +4220,15 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithWorking", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && !isInDiffEditor" |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithWorkingInDiffLeft", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithWorkingInDiffRight", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && isInDiffRightEditor" |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffLineWithWorking", |
|
|
@ -4127,6 +4247,14 @@ |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileBlameInDiffLeft", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileBlameInDiffRight", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.clearFileAnnotations", |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && gitlens:annotationStatus == computed" |
|
|
|
}, |
|
|
@ -4139,8 +4267,16 @@ |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileHeatmapInDiffLeft", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileHeatmapInDiffRight", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileChanges", |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/" |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && !isInDiffEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleLineBlame", |
|
|
@ -4203,6 +4339,14 @@ |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffLeft", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffRight", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickFileHistory", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/" |
|
|
|
}, |
|
|
@ -4299,10 +4443,26 @@ |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && isInDiffEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openRevisionFileInDiffLeft", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openRevisionFileInDiffRight", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFile", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFileInDiffLeft", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFileInDiffRight", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.stashApply", |
|
|
|
"when": "gitlens:enabled && !gitlens:readonly" |
|
|
|
}, |
|
|
@ -5150,8 +5310,8 @@ |
|
|
|
"group": "navigation@-99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithWorking", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/ && isInDiffLeftEditor", |
|
|
|
"command": "gitlens.diffWithWorkingInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/ && isInDiffEditor && !isInDiffRightEditor", |
|
|
|
"group": "navigation@-99" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -5161,17 +5321,32 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFile", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme == git && !isInDiffEditor", |
|
|
|
"group": "navigation@-98" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFile", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme == git && !isInDiffEditor", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/ && !isInDiffEditor", |
|
|
|
"group": "navigation@-98" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openRevisionFile", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/ && isInDiffEditor", |
|
|
|
"command": "gitlens.openWorkingFileInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/ && isInDiffEditor && !isInDiffRightEditor", |
|
|
|
"group": "navigation@-98" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openWorkingFileInDiffRight", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/ && isInDiffRightEditor", |
|
|
|
"group": "navigation@-98" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openRevisionFileInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/ && isInDiffEditor && !isInDiffRightEditor", |
|
|
|
"group": "navigation@-97" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.openRevisionFileInDiffRight", |
|
|
|
"when": "gitlens:activeFileStatus =~ /revision/ && resourceScheme =~ /^(?!(file|git)$).*$/ && isInDiffRightEditor", |
|
|
|
"group": "navigation@-97" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -5181,9 +5356,9 @@ |
|
|
|
"group": "navigation@97" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPrevious", |
|
|
|
"command": "gitlens.diffWithPreviousInDiffLeft", |
|
|
|
"alt": "gitlens.diffWithRevision", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && isInDiffLeftEditor", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && isInDiffEditor && !isInDiffRightEditor", |
|
|
|
"group": "navigation@97" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -5194,7 +5369,17 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickRevisionDetails", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && !isInDiffEditor", |
|
|
|
"group": "navigation@98" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && isInDiffEditor && !isInDiffRightEditor", |
|
|
|
"group": "navigation@98" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffRight", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && isInDiffRightEditor", |
|
|
|
"group": "navigation@98" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -5203,19 +5388,31 @@ |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNext", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && isInDiffRightEditor", |
|
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && isInDiffEditor && !isInDiffRightEditor", |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && isInDiffLeftEditor", |
|
|
|
"command": "gitlens.diffWithNextInDiffRight", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editorGroup.compare && isInDiffRightEditor", |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileBlame", |
|
|
|
"alt": "gitlens.toggleFileHeatmap", |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame", |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame && !isInDiffEditor", |
|
|
|
"group": "navigation@100" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileBlameInDiffLeft", |
|
|
|
"alt": "gitlens.toggleFileHeatmapInDiffLeft", |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame && isInDiffEditor && !isInDiffRightEditor", |
|
|
|
"group": "navigation@100" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.toggleFileBlameInDiffRight", |
|
|
|
"alt": "gitlens.toggleFileHeatmapInDiffRight", |
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/ && !gitlens:annotationStatus && config.gitlens.menus.editorGroup.blame && isInDiffRightEditor", |
|
|
|
"group": "navigation@100" |
|
|
|
}, |
|
|
|
{ |
|
|
@ -7024,14 +7221,14 @@ |
|
|
|
"when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && !isInDiffEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNext", |
|
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
|
"key": "alt+.", |
|
|
|
"when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && isInDiffRightEditor" |
|
|
|
"when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && isInDiffEditor && !isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
|
"command": "gitlens.diffWithNextInDiffRight", |
|
|
|
"key": "alt+.", |
|
|
|
"when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && isInDiffLeftEditor" |
|
|
|
"when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPrevious", |
|
|
@ -7039,9 +7236,9 @@ |
|
|
|
"when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /tracked/ && !isInDiffEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPrevious", |
|
|
|
"command": "gitlens.diffWithPreviousInDiffLeft", |
|
|
|
"key": "alt+,", |
|
|
|
"when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /tracked/ && isInDiffLeftEditor" |
|
|
|
"when": "config.gitlens.keymap == alternate && editorTextFocus && gitlens:activeFileStatus =~ /tracked/ && isInDiffEditor && !isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPreviousInDiffRight", |
|
|
@ -7118,16 +7315,16 @@ |
|
|
|
"when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && !isInDiffEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNext", |
|
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
|
"key": "ctrl+shift+g .", |
|
|
|
"mac": "cmd+alt+g .", |
|
|
|
"when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && isInDiffRightEditor" |
|
|
|
"when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && isInDiffEditor && !isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
|
"command": "gitlens.diffWithNextInDiffRight", |
|
|
|
"key": "ctrl+shift+g .", |
|
|
|
"mac": "cmd+alt+g .", |
|
|
|
"when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && isInDiffLeftEditor" |
|
|
|
"when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /revision/ && isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPrevious", |
|
|
@ -7136,10 +7333,10 @@ |
|
|
|
"when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /tracked/ && !isInDiffEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPrevious", |
|
|
|
"command": "gitlens.diffWithPreviousInDiffLeft", |
|
|
|
"key": "ctrl+shift+g ,", |
|
|
|
"mac": "cmd+alt+g ,", |
|
|
|
"when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /tracked/ && isInDiffLeftEditor" |
|
|
|
"when": "config.gitlens.keymap == chorded && editorTextFocus && gitlens:activeFileStatus =~ /tracked/ && isInDiffEditor && !isInDiffRightEditor" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.diffWithPreviousInDiffRight", |
|
|
|