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 with [Copilot]({0}) for free with your GitHub account.",product.defaultChatAgent?.documentationUrl??'');
214
+
constCopilotDescription=localize({key: 'gettingStarted.copilotSetup.description',comment: ['{Locked="["}','{Locked="]({0})"}']},"Write code faster and smarter using [Copilot]({0}). With your GitHub account, get 2,000 code completions and 50 chat messages per month for free.",product.defaultChatAgent?.documentationUrl??'');
215
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]))}`);
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]))}`);
218
218
constCopilotCompleteButton=Button(localize('setupCopilotButton.chatWithCopilot',"Chat with Copilot"),'command:workbench.action.chat.open');
0 commit comments