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
@@ -158,7 +158,7 @@ class SetupChatAgentImplementation implements IChatAgentImplementation {
158
158
caseChatSetupStep.SigningIn:
159
159
progress({
160
160
kind: 'progressMessage',
161
-
content: newMarkdownString(localize('setupChatSignIn2',"Signing in to {0}...",ChatSetupRequests.providerId(this.configurationService)===defaultChat.enterpriseProviderId ? defaultChat.enterpriseProviderName : defaultChat.providerName)),
161
+
content: newMarkdownString(localize('setupChatSignIn2',"Signing in to {0}...",ChatEntitlementRequests.providerId(this.configurationService)===defaultChat.enterpriseProviderId ? defaultChat.enterpriseProviderName : defaultChat.providerName)),
162
162
}satisfiesIChatProgressMessage);
163
163
break;
164
164
caseChatSetupStep.Installing:
@@ -208,7 +208,7 @@ class SetupChatAgentImplementation implements IChatAgentImplementation {
constfree=localize({key: 'free',comment: ['{Locked="[]({0})"}']},"$(sparkle-filled) We now offer [Copilot for free]({0}).",defaultChat.skusDocumentationUrl);
constterms=localize({key: 'terms',comment: ['{Locked="["}','{Locked="]({0})"}','{Locked="]({1})"}']},"By continuing, you agree to the [Terms]({0}) and [Privacy Policy]({1}).",defaultChat.termsStatementUrl,defaultChat.privacyStatementUrl);
message: localize('unknownSignInError',"Failed to sign in to {0}. Would you like to try again?",ChatSetupRequests.providerId(this.configurationService)===defaultChat.enterpriseProviderId ? defaultChat.enterpriseProviderName : defaultChat.providerName),
729
+
message: localize('unknownSignInError',"Failed to sign in to {0}. Would you like to try again?",ChatEntitlementRequests.providerId(this.configurationService)===defaultChat.enterpriseProviderId ? defaultChat.enterpriseProviderName : defaultChat.providerName),
722
730
detail: localize('unknownSignInErrorDetail',"You must be signed in to use Copilot."),
723
731
primaryButton: localize('retry',"Retry")
724
732
});
@@ -825,7 +833,7 @@ class ChatSetupWelcomeContent extends Disposable {
@@ -925,7 +933,7 @@ class ChatSetupWelcomeContent extends Disposable {
925
933
926
934
switch(this.controller.step){
927
935
caseChatSetupStep.SigningIn:
928
-
buttonLabel=localize('setupChatSignIn',"$(loading~spin) Signing in to {0}...",ChatSetupRequests.providerId(this.configurationService)===defaultChat.enterpriseProviderId ? defaultChat.enterpriseProviderName : defaultChat.providerName);
936
+
buttonLabel=localize('setupChatSignIn',"$(loading~spin) Signing in to {0}...",ChatEntitlementRequests.providerId(this.configurationService)===defaultChat.enterpriseProviderId ? defaultChat.enterpriseProviderName : defaultChat.providerName);
0 commit comments