|
|
@ -2913,7 +2913,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.copyMessageToClipboard", |
|
|
|
"title": "Copy Commit Message", |
|
|
|
"title": "Copy Message", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-copy-message.svg", |
|
|
@ -2940,7 +2940,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.copyShaToClipboard", |
|
|
|
"title": "Copy Commit ID", |
|
|
|
"title": "Copy SHA", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-copy.svg", |
|
|
@ -3259,7 +3259,11 @@ |
|
|
|
{ |
|
|
|
"command": "gitlens.views.copy", |
|
|
|
"title": "Copy", |
|
|
|
"category": "GitLens" |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-copy.svg", |
|
|
|
"light": "images/light/icon-copy.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.pruneRemote", |
|
|
@ -3493,15 +3497,6 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.copyContributorToClipboard", |
|
|
|
"title": "Copy", |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-copy.svg", |
|
|
|
"light": "images/light/icon-copy.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.cherryPick", |
|
|
|
"title": "Cherry Pick Commit...", |
|
|
|
"category": "GitLens" |
|
|
@ -4897,10 +4892,6 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.copyContributorToClipboard", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.createBranch", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
@ -6635,7 +6626,7 @@ |
|
|
|
"group": "inline@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.copyContributorToClipboard", |
|
|
|
"command": "gitlens.views.copy", |
|
|
|
"when": "viewItem =~ /gitlens:contributor\\b/", |
|
|
|
"group": "inline@98" |
|
|
|
}, |
|
|
@ -6650,11 +6641,6 @@ |
|
|
|
"group": "1_gitlens_actions@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.copyContributorToClipboard", |
|
|
|
"when": "viewItem =~ /gitlens:contributor\\b/", |
|
|
|
"group": "7_gitlens_cutcopypaste@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.copyShaToClipboard", |
|
|
|
"when": "viewItem =~ /gitlens:commit\\b/", |
|
|
|
"group": "inline@98", |
|
|
@ -6755,12 +6741,12 @@ |
|
|
|
{ |
|
|
|
"command": "gitlens.copyShaToClipboard", |
|
|
|
"when": "viewItem =~ /gitlens:(commit|file\\b(?=.*?\\b\\+committed\\b))\\b/", |
|
|
|
"group": "7_gitlens_cutcopypaste@1" |
|
|
|
"group": "7_gitlens_cutcopypaste@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.copyMessageToClipboard", |
|
|
|
"when": "viewItem =~ /gitlens:(commit|stash|file\\b(?=.*?\\b\\+committed\\b))\\b/", |
|
|
|
"group": "7_gitlens_cutcopypaste@2" |
|
|
|
"group": "7_gitlens_cutcopypaste@3" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.openFile", |
|
|
@ -7337,6 +7323,16 @@ |
|
|
|
"group": "1_gitlens_actions@2" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.copy", |
|
|
|
"when": "viewItem =~ /gitlens:(?=(branch|commit|contributor|folder|history:line|pullrequest|remote|repository|stash|tag)\\b)/", |
|
|
|
"group": "7_gitlens_cutcopypaste@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.copy", |
|
|
|
"when": "viewItem =~ /gitlens:file(?!.*?\\b\\+(staged|unstaged))\\b/", |
|
|
|
"group": "7_gitlens_cutcopypaste@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.dismissNode", |
|
|
|
"when": "viewItem =~ /gitlens:(compare:picker:ref|compare:results\\b(?!.*?\\b\\+pinned\\b)|search)\\b(?!:(commits|files))/", |
|
|
|
"group": "8_gitlens_actions@98" |
|
|
|