|
|
@ -4661,7 +4661,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showTimelinePage", |
|
|
|
"title": "Open Visual File History of Active File", |
|
|
|
"title": "Open Visual File History", |
|
|
|
"category": "GitLens+", |
|
|
|
"icon": "$(gitlens-history)" |
|
|
|
}, |
|
|
@ -9463,11 +9463,16 @@ |
|
|
|
"group": "2_gitlens_1@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.quickOpenFileHistory", |
|
|
|
"command": "gitlens.showTimelinePage", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editor.history && resourceScheme != output", |
|
|
|
"group": "2_gitlens_1@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.quickOpenFileHistory", |
|
|
|
"when": "gitlens:activeFileStatus =~ /tracked/ && config.gitlens.menus.editor.history && resourceScheme != output", |
|
|
|
"group": "2_gitlens_1@3" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"submenu": "gitlens/editor/annotations", |
|
|
|
"when": "editorTextFocus && gitlens:activeFileStatus =~ /blameable/ && config.gitlens.menus.editor.blame && resourceScheme != output", |
|
|
|
"group": "2_gitlens_2@1" |
|
|
@ -9707,9 +9712,14 @@ |
|
|
|
"group": "2_gitlens_1@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.quickOpenFileHistory", |
|
|
|
"command": "gitlens.showTimelinePage", |
|
|
|
"when": "gitlens:enabled && config.gitlens.menus.editorTab.history && isFileSystemResource", |
|
|
|
"group": "2_gitlens_1@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.quickOpenFileHistory", |
|
|
|
"when": "gitlens:enabled && config.gitlens.menus.editorTab.history && isFileSystemResource", |
|
|
|
"group": "2_gitlens_1@3" |
|
|
|
} |
|
|
|
], |
|
|
|
"explorer/context": [ |
|
|
@ -9741,11 +9751,16 @@ |
|
|
|
"group": "4_timeline@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.quickOpenFileHistory", |
|
|
|
"command": "gitlens.showTimelinePage", |
|
|
|
"when": "!explorerResourceIsRoot && !explorerResourceIsFolder && gitlens:enabled && config.gitlens.menus.explorer.history", |
|
|
|
"group": "4_timeline@3" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.quickOpenFileHistory", |
|
|
|
"when": "!explorerResourceIsRoot && !explorerResourceIsFolder && gitlens:enabled && config.gitlens.menus.explorer.history", |
|
|
|
"group": "4_timeline@4" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.copyRemoteFileUrlWithoutRange", |
|
|
|
"when": "!explorerResourceIsRoot && !explorerResourceIsFolder && gitlens:enabled && gitlens:hasRemotes && config.gitlens.menus.explorer.clipboard", |
|
|
|
"group": "6_copypath@100" |
|
|
@ -9887,9 +9902,14 @@ |
|
|
|
"group": "4_timeline@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.quickOpenFileHistory", |
|
|
|
"command": "gitlens.showTimelinePage", |
|
|
|
"when": "gitlens:enabled && scmProvider == git && scmResourceGroup =~ /^(workingTree|index|merge)$/ && config.gitlens.menus.scmItem.history", |
|
|
|
"group": "4_timeline@3" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.quickOpenFileHistory", |
|
|
|
"when": "gitlens:enabled && scmProvider == git && scmResourceGroup =~ /^(workingTree|index|merge)$/ && config.gitlens.menus.scmItem.history", |
|
|
|
"group": "4_timeline@4" |
|
|
|
} |
|
|
|
], |
|
|
|
"timeline/item/context": [ |
|
|
@ -11118,6 +11138,11 @@ |
|
|
|
"group": "2_gitlens_quickopen@6" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.showTimelinePage", |
|
|
|
"when": "viewItem =~ /gitlens:file\\b/", |
|
|
|
"group": "2_gitlens_quickopen@7" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"submenu": "gitlens/commit/file/commit", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.(fileHistory|lineHistory)/ && viewItem =~ /gitlens:file\\b(?=.*?\\b\\+committed\\b)/", |
|
|
|
"group": "3_gitlens_explore@1" |
|
|
|