Browse Source

Adds Stash Changes command to the Stashes custom view item

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

+ 5
- 0
package.json View File

@ -1553,6 +1553,11 @@
"group": "5_gitlens@2"
},
{
"command": "gitlens.stashSave",
"when": "gitlens:enabled && view == gitlens.gitExplorer && viewItem == gitlens:stashes",
"group": "1_gitlens@1"
},
{
"command": "gitlens.stashApply",
"when": "gitlens:enabled && view == gitlens.gitExplorer && viewItem == gitlens:stash",
"group": "1_gitlens@1"

Loading…
Cancel
Save