Use authentication provider display name in settings sync notification

This commit is contained in:
Rachel Macfarlane
2020-01-22 15:42:59 -08:00
parent a2ae791bac
commit 7d55753182
7 changed files with 22 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ export class ExtHostAuthentication implements ExtHostAuthenticationShape {
this._proxy.$onDidChangeSessions(provider.id);
});
this._proxy.$registerAuthenticationProvider(provider.id);
this._proxy.$registerAuthenticationProvider(provider.id, provider.displayName);
this._onDidRegisterAuthenticationProvider.fire(provider.id);
return new Disposable(() => {