Sfoglia il codice sorgente

Adds Open File command to History custom view item

Adds Open File in Remote command to History custom view item
main
Eric Amodio 7 anni fa
parent
commit
3dab90709b
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. +10
    -0
      package.json

+ 10
- 0
package.json Vedi 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"

Caricamento…
Annulla
Salva