Revert "Make github-authentication a UI extension again"

This reverts commit cd55420e7e.

This change seems to have caused issues activating extensions
This commit is contained in:
Matt Bierner
2020-08-24 20:19:58 -07:00
parent 4e96ceff54
commit 8ba70d8bdc
7 changed files with 11 additions and 35 deletions

View File

@@ -249,7 +249,7 @@ export class MainThreadAuthentication extends Disposable implements MainThreadAu
}
$ensureProvider(id: string): Promise<void> {
return this.extensionService.activateByEvent(getAuthenticationProviderActivationEvent(id), true);
return this.extensionService.activateByEvent(getAuthenticationProviderActivationEvent(id));
}
$sendDidChangeSessions(id: string, event: modes.AuthenticationSessionsChangeEvent): void {