Browse Source

Adds Open File command to History custom view item

Adds Open File in Remote command to History custom view item
main
Eric Amodio 7 years ago
parent
commit
3dab90709b
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      package.json

+ 10
- 0
package.json View File

@ -1567,6 +1567,16 @@
"group": "5_gitlens@2"
},
{
"command": "gitlens.gitExplorer.openFile",
"when": "gitlens:enabled && view == gitlens.gitExplorer && viewItem == gitlens:file-history",
"group": "1_gitlens@1"
},
{
"command": "gitlens.openFileInRemote",
"when": "gitlens:enabled && view == gitlens.gitExplorer && viewItem == gitlens:file-history",
"group": "1_gitlens@2"
},
{
"command": "gitlens.stashSave",
"when": "gitlens:enabled && view == gitlens.gitExplorer && viewItem == gitlens:stashes",
"group": "1_gitlens@1"

Loading…
Cancel
Save