Browse Source

Ensures sign out is always available

main
Eric Amodio 2 years ago
parent
commit
06ad3272a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -5997,7 +5997,7 @@
},
{
"command": "gitlens.plus.logout",
"when": "gitlens:plus"
"when": "true"
},
{
"command": "gitlens.plus.startPreviewTrial",

Loading…
Cancel
Save