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
constbutton=disposables.add(newButton(this.element,{ ...defaultButtonStyles,secondary: canUseCopilot(this.chatEntitlementService)/* use secondary color when copilot can still be used */}));
325
-
button.label=limited ? localize('upgradeToCopilotPro',"Upgrade to Copilot Pro") : localize('enableAdditionalUsage',"Enable Pay for Additional Requests");
0 commit comments