Explorar el Código

Adds Stash Changes command to the Stashes custom view item

main
Eric Amodio hace 7 años
padre
commit
a587108cab
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      package.json

+ 5
- 0
package.json Ver fichero

@ -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"

Cargando…
Cancelar
Guardar