Ver a proveniência

Fixes wrong icon for unstageDirectory command

main
Eric Amodio há 4 anos
ascendente
cometimento
c3a15b4c78
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      package.json

+ 1
- 1
package.json Ver ficheiro

@ -3094,7 +3094,7 @@
"command": "gitlens.views.unstageDirectory",
"title": "Unstage All Changes",
"category": "GitLens",
"icon": "$(add)"
"icon": "$(remove)"
},
{
"command": "gitlens.views.unstageFile",

Carregando…
Cancelar
Guardar