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
constCopilotStepTitle=localize('gettingStarted.copilotSetup.title',"Use AI features with Copilot for free");
214
-
constCopilotDescription=localize({key: 'gettingStarted.copilotSetup.description',comment: ['{Locked="["}','{Locked="]({0})"}']},"Write code faster and smarter using [Copilot]({0}) for free with your GitHub account.",product.defaultChatAgent?.documentationUrl??'');
215
-
constCopilotTermsString=localize({key: 'copilotTerms',comment: ['{Locked="["}','{Locked="]({0})"}','{Locked="]({1})"}']},"By continuing, you agree to Copilot [Terms]({0}) and [Privacy Policy]({1}).",product.defaultChatAgent?.termsStatementUrl??'',product.defaultChatAgent?.privacyStatementUrl??'');
216
-
constCopilotSignedOutButton=Button(localize('setupCopilotButton.signIn',"Sign in to Use Copilot"),`command:workbench.action.chat.triggerSetup?${encodeURIComponent(JSON.stringify([true]))}`);
217
-
constCopilotSignedInButton=Button(localize('setupCopilotButton.setup',"Set Up Copilot"),`command:workbench.action.chat.triggerSetup?${encodeURIComponent(JSON.stringify([true]))}`);
214
+
constCopilotDescription=localize({key: 'gettingStarted.copilotSetup.description',comment: ['{Locked="["}','{Locked="]({0})"}']},"You can use [Copilot]({0}) to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.",product.defaultChatAgent?.documentationUrl??'');
215
+
constCopilotSignedOutButton=Button(localize('setupCopilotButton.signIn',"Set Up Copilot for Free"),`command:workbench.action.chat.triggerSetup`);
216
+
constCopilotSignedInButton=Button(localize('setupCopilotButton.setup',"Set Up Copilot for Free"),`command:workbench.action.chat.triggerSetup`);
218
217
constCopilotCompleteButton=Button(localize('setupCopilotButton.chatWithCopilot',"Chat with Copilot"),'command:workbench.action.chat.open');
0 commit comments