From 06ad3272a06289129531119c27f77d4488a37c10 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 1 Apr 2022 17:02:22 -0400 Subject: [PATCH] Ensures sign out is always available --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25a28c3..acdf3ce 100644 --- a/package.json +++ b/package.json @@ -5997,7 +5997,7 @@ }, { "command": "gitlens.plus.logout", - "when": "gitlens:plus" + "when": "true" }, { "command": "gitlens.plus.startPreviewTrial",