|
|
@ -1759,7 +1759,11 @@ |
|
|
|
{ |
|
|
|
"command": "gitlens.copyMessageToClipboard", |
|
|
|
"title": "Copy Commit Message to Clipboard", |
|
|
|
"category": "GitLens" |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-clipboard.svg", |
|
|
|
"light": "images/light/icon-clipboard.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.copyRemoteFileUrlToClipboard", |
|
|
@ -1769,7 +1773,11 @@ |
|
|
|
{ |
|
|
|
"command": "gitlens.copyShaToClipboard", |
|
|
|
"title": "Copy Commit ID to Clipboard", |
|
|
|
"category": "GitLens" |
|
|
|
"category": "GitLens", |
|
|
|
"icon": { |
|
|
|
"dark": "images/dark/icon-copy-commit.svg", |
|
|
|
"light": "images/light/icon-copy-commit.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.closeUnchangedFiles", |
|
|
@ -3308,6 +3316,12 @@ |
|
|
|
{ |
|
|
|
"command": "gitlens.copyShaToClipboard", |
|
|
|
"when": "viewItem =~ /gitlens:(file:)?commit\\b/", |
|
|
|
"group": "inline@98", |
|
|
|
"alt": "gitlens.copyMessageToClipboard" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.copyShaToClipboard", |
|
|
|
"when": "viewItem =~ /gitlens:(file:)?commit\\b/", |
|
|
|
"group": "5_gitlens@1" |
|
|
|
}, |
|
|
|
{ |
|
|
|