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
awaitvscode.window.showErrorMessage(vscode.l10n.t('SAML access was not provided. GitHub Pull Requests will not work.'),{modal: true});
539
+
constchoice=awaitvscode.window.showErrorMessage(vscode.l10n.t('SAML access was not provided. GitHub Pull Requests will not work.'),{modal: true},reauthenticate);
conststillMissingAfterRetry=retryTest.map((result,index)=>!result ? stillMissing[index] : undefined).filter((repo): repo is GitHubRepository=>!!repo);
545
+
if(stillMissingAfterRetry.length===0){
546
+
// Success! Continue with initialization
547
+
returnfalse;
548
+
}
549
+
}
550
+
}
539
551
this.dispose();
540
552
returntrue;
541
553
}
542
-
awaitvscode.window.showErrorMessage(vscode.l10n.t('SAML access was not provided. Some GitHub repositories will not be available.'),{modal: true});
554
+
constchoice=awaitvscode.window.showErrorMessage(vscode.l10n.t('SAML access was not provided. Some GitHub repositories will not be available.'),{modal: true},reauthenticate);
0 commit comments