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
warningMessage=localize('chatTookLongWarningAnonymous',"Chat took too long to get ready. Please ensure that the extension `{0}` is installed and enabled.",defaultChat.chatExtensionId);
344
-
}else{
345
-
warningMessage=localize('chatTookLongWarning',"Chat took too long to get ready. Please ensure you are signed in to {0} and that the extension `{1}` is installed and enabled.",defaultChat.provider.default.name,defaultChat.chatExtensionId);
346
-
}
341
+
if(this.chatEntitlementService.anonymous){
342
+
warningMessage=localize('chatTookLongWarningAnonymous',"Chat took too long to get ready. Please ensure that the extension `{0}` is installed and enabled.",defaultChat.chatExtensionId);
347
343
}else{
348
-
if(this.chatEntitlementService.anonymous){
349
-
warningMessage=localize('chatFailedWarningAnonymous',"Chat failed to get ready. Please ensure that the extension `{0}` is installed and enabled.",defaultChat.chatExtensionId);
350
-
}else{
351
-
warningMessage=localize('chatFailedWarning',"Chat failed to get ready. Please ensure you are signed in to {0} and that the extension `{1}` is installed and enabled.",defaultChat.provider.default.name,defaultChat.chatExtensionId);
352
-
}
344
+
warningMessage=localize('chatTookLongWarning',"Chat took too long to get ready. Please ensure you are signed in to {0} and that the extension `{1}` is installed and enabled.",defaultChat.provider.default.name,defaultChat.chatExtensionId);
0 commit comments