Browse Source

Adds Copy SHA to stashes

main
Eric Amodio 1 year ago
parent
commit
c10c5d596e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -11473,7 +11473,7 @@
},
{
"command": "gitlens.copyShaToClipboard",
"when": "(viewItem =~ /gitlens:commit\b/) || (viewItem =~ /gitlens:file\b(?=.*?\b\+committed\b)/ && view =~ /gitlens\.views\.(file|line)History/)",
"when": "(viewItem =~ /gitlens:(commit|stash)\b/) || (viewItem =~ /gitlens:file\b(?=.*?\b\+committed\b)/ && view =~ /gitlens\.views\.(file|line)History/)",
"group": "7_gitlens_cutcopypaste@3"
},
{
@ -12609,7 +12609,7 @@
},
{
"command": "gitlens.graph.copySha",
"when": "webviewItem =~ /gitlens:(branch|commit|tag)\b/",
"when": "webviewItem =~ /gitlens:(branch|commit|stash|tag)\b/",
"group": "7_gitlens_cutcopypaste@2"
},
{

||||||
x
 
000:0
Loading…
Cancel
Save