You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display "Manage Dynamic Auth Providers" in Account menu (microsoft#258879)
This seems like the best place for now. It either is shown:
* Under an account if one is available
* Top level if there are no accounts
Fixesmicrosoft#258523
constproviderUnavailableAction=disposables.add(newAction('providerUnavailable',localize('authProviderUnavailable','{0} is currently unavailable',provider.label),undefined,false));
@@ -438,6 +447,7 @@ export class AccountsActivityActionViewItem extends AbstractGlobalActivityAction
438
447
this.logService.error(e);
439
448
}
440
449
}
450
+
menus.push(manageDynamicAuthProvidersAction);
441
451
continue;
442
452
}
443
453
@@ -458,6 +468,7 @@ export class AccountsActivityActionViewItem extends AbstractGlobalActivityAction
0 commit comments