Browse Source

Fixes wrong icon for unstageDirectory command

main
Eric Amodio 4 years ago
parent
commit
c3a15b4c78
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save