Browse Source

Adds stash command to files node

main
Eric Amodio 6 years ago
parent
commit
95d75581cb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -3599,12 +3599,12 @@
},
{
"command": "gitlens.stashSave",
"when": "viewItem == gitlens:stashes",
"when": "viewItem =~ /^gitlens:(stashes|status:files)$/",
"group": "inline@1"
},
{
"command": "gitlens.stashSave",
"when": "viewItem == gitlens:stashes",
"when": "viewItem =~ /^gitlens:(stashes|status:files)$/",
"group": "1_gitlens@1"
},
{

Loading…
Cancel
Save