|
@ -2227,6 +2227,11 @@ |
|
|
"category": "GitLens" |
|
|
"category": "GitLens" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.revealCommitInView", |
|
|
|
|
|
"title": "Reveal Commit in Repositories View", |
|
|
|
|
|
"category": "GitLens" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.showCommitInView", |
|
|
"command": "gitlens.showCommitInView", |
|
|
"title": "Show Commit in Search Commits View", |
|
|
"title": "Show Commit in Search Commits View", |
|
|
"category": "GitLens" |
|
|
"category": "GitLens" |
|
@ -3409,6 +3414,10 @@ |
|
|
"when": "gitlens:enabled" |
|
|
"when": "gitlens:enabled" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.revealCommitInView", |
|
|
|
|
|
"when": "gitlens:activeFileStatus =~ /blameable/" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.showCommitInView", |
|
|
"command": "gitlens.showCommitInView", |
|
|
"when": "gitlens:activeFileStatus =~ /blameable/" |
|
|
"when": "gitlens:activeFileStatus =~ /blameable/" |
|
|
}, |
|
|
}, |
|
@ -4716,11 +4725,16 @@ |
|
|
"group": "2_gitlens_quickopen_@2" |
|
|
"group": "2_gitlens_quickopen_@2" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.showCommitInView", |
|
|
|
|
|
|
|
|
"command": "gitlens.revealCommitInView", |
|
|
"when": "viewItem =~ /gitlens:commit\\b/", |
|
|
"when": "viewItem =~ /gitlens:commit\\b/", |
|
|
"group": "3_gitlens_explore@1" |
|
|
"group": "3_gitlens_explore@1" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.showCommitInView", |
|
|
|
|
|
"when": "viewItem =~ /gitlens:commit\\b/", |
|
|
|
|
|
"group": "3_gitlens_explore@2" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.openCommitInRemote", |
|
|
"command": "gitlens.openCommitInRemote", |
|
|
"when": "viewItem =~ /gitlens:commit\\b/ && gitlens:hasRemotes", |
|
|
"when": "viewItem =~ /gitlens:commit\\b/ && gitlens:hasRemotes", |
|
|
"group": "5_gitlens_open@1" |
|
|
"group": "5_gitlens_open@1" |
|
@ -4830,11 +4844,16 @@ |
|
|
"group": "3_gitlens_explore@4" |
|
|
"group": "3_gitlens_explore@4" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.showCommitInView", |
|
|
|
|
|
|
|
|
"command": "gitlens.revealCommitInView", |
|
|
"when": "viewItem =~ /gitlens:file\\b(?!(:stash|:status))/", |
|
|
"when": "viewItem =~ /gitlens:file\\b(?!(:stash|:status))/", |
|
|
"group": "3_gitlens_explore@3" |
|
|
"group": "3_gitlens_explore@3" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
"command": "gitlens.showCommitInView", |
|
|
|
|
|
"when": "viewItem =~ /gitlens:file\\b(?!(:stash|:status))/", |
|
|
|
|
|
"group": "3_gitlens_explore@4" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"command": "gitlens.openFileInRemote", |
|
|
"command": "gitlens.openFileInRemote", |
|
|
"when": "viewItem =~ /gitlens:file\\b/ && gitlens:hasRemotes", |
|
|
"when": "viewItem =~ /gitlens:file\\b/ && gitlens:hasRemotes", |
|
|
"group": "5_gitlens_open@1" |
|
|
"group": "5_gitlens_open@1" |
|
|