Browse Source

Allows refresj/reset commands always

Refs #2646
main
Eric Amodio 1 year ago
parent
commit
09629d10a8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -7482,11 +7482,11 @@
},
{
"command": "gitlens.plus.resetRepositoryAccess",
"when": "gitlens:plus"
"when": "gitlens:enabled"
},
{
"command": "gitlens.plus.refreshRepositoryAccess",
"when": "gitlens:plus"
"when": "gitlens:enabled"
},
{
"command": "gitlens.timeline.refresh",

Loading…
Cancel
Save