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
message=localize('chatQuotaExceeded',"You've run out of free chat messages. You still have free code completions available in the Copilot Free plan. These limits will reset on {0}.",dateFormatter.format(chatQuotasService.quotas.quotaResetDate));
598
+
message=localize('chatQuotaExceeded',"You've run out of free chat messages. You still have free code completions available in the Copilot Free plan. These limits will reset on {0}.",dateFormatter.format(chatEntitlementService.quotas.quotaResetDate));
message=localize('completionsQuotaExceeded',"You've run out of free code completions. You still have free chat messages available in the Copilot Free plan. These limits will reset on {0}.",dateFormatter.format(chatQuotasService.quotas.quotaResetDate));
600
+
message=localize('completionsQuotaExceeded',"You've run out of free code completions. You still have free chat messages available in the Copilot Free plan. These limits will reset on {0}.",dateFormatter.format(chatEntitlementService.quotas.quotaResetDate));
602
601
}else{
603
-
message=localize('chatAndCompletionsQuotaExceeded',"You've reached the limit of the Copilot Free plan. These limits will reset on {0}.",dateFormatter.format(chatQuotasService.quotas.quotaResetDate));
602
+
message=localize('chatAndCompletionsQuotaExceeded',"You've reached the limit of the Copilot Free plan. These limits will reset on {0}.",dateFormatter.format(chatEntitlementService.quotas.quotaResetDate));
604
603
}
605
604
606
605
constupgradeToPro=localize('upgradeToPro',"Upgrade to Copilot Pro (your first 30 days are free) for:\n- Unlimited code completions\n- Unlimited chat messages\n- Access to additional models");
0 commit comments