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
@@ -196,12 +201,13 @@ export class MainThreadAuthenticationProvider extends Disposable {
196
201
constresult=awaitdialogService.confirm({
197
202
title: nls.localize('signOutConfirm',"Sign out of {0}",session.account.displayName),
198
203
message: accountUsages.length
199
-
? nls.localize('signOutMessage',"The account {0} has been used by: \n\n{1}\n\n Sign out of these features?",session.account.displayName,accountUsages.map(usage=>usage.extensionName).join('\n'))
200
-
: ''
204
+
? nls.localize('signOutMessagve',"The account {0} has been used by: \n\n{1}\n\n Sign out of these features?",session.account.displayName,accountUsages.map(usage=>usage.extensionName).join('\n'))
205
+
: nls.localize('signOutMessageSimple',"Sign out of {0}?",session.account.displayName)
0 commit comments