Browse Source

Adds openChangesWithWorking to toolbar for files

main
Eric Amodio 5 years ago
parent
commit
d628c1bd7d
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      package.json

+ 10
- 1
package.json View File

@ -2706,7 +2706,11 @@
{
"command": "gitlens.views.openChangesWithWorking",
"title": "Open Changes with Working File",
"category": "GitLens"
"category": "GitLens",
"icon": {
"dark": "images/dark/icon-compare-ref-working.svg",
"light": "images/light/icon-compare-ref-working.svg"
}
},
{
"command": "gitlens.views.openFile",
@ -4778,6 +4782,11 @@
"group": "inline@1"
},
{
"command": "gitlens.views.openChangesWithWorking",
"when": "viewItem =~ /gitlens:file\\b/",
"group": "inline@97"
},
{
"command": "gitlens.copyShaToClipboard",
"when": "viewItem =~ /gitlens:file\\b(?=.*?\\b\\+committed\\b)\\b/",
"group": "inline@98",

Loading…
Cancel
Save