From cc29a814476d9d9366e7687a16cff1af0641fbdf Mon Sep 17 00:00:00 2001 From: Rachel Macfarlane Date: Fri, 14 Aug 2020 10:12:47 -0700 Subject: [PATCH] Update github authentication extension kind --- extensions/github-authentication/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/github-authentication/package.json b/extensions/github-authentication/package.json index c4189e6b7eb..8136ebd04ca 100644 --- a/extensions/github-authentication/package.json +++ b/extensions/github-authentication/package.json @@ -15,6 +15,11 @@ "*", "onAuthenticationRequest:github" ], + "extensionKind": [ + "ui", + "workspace", + "web" + ], "contributes": { "commands": [ {