Skip to content

Conversation

@lramos15
Copy link
Member

@lramos15 lramos15 commented May 2, 2025

Use international number formatter

Fix #248037

@lramos15 lramos15 self-assigned this May 2, 2025
@lramos15 lramos15 enabled auto-merge (squash) May 2, 2025 19:19
@lramos15 lramos15 added this to the April 2025 milestone May 2, 2025
@lramos15 lramos15 added the candidate Issue identified as probable candidate for fixing in the next release label May 2, 2025
if (quota.unlimited) {
quotaValue.textContent = localize('quotaUnlimited', "Included");
} else if (quota.overageCount) {
quotaValue.textContent = localize('quotaDisplayWithOverage', "+{0} requests", quota.overageCount);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to have the same formatting for overage?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to minimize the change, and since overage comes directly from the limiter I don't think we will have this massive decimal overflow issue that percentage has. I'll add it though just to be safe

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fyi I will port that part of the change over to main

@lramos15 lramos15 merged commit 6560a6e into release/1.100 May 2, 2025
8 checks passed
@lramos15 lramos15 deleted the lramos15/spontaneous-cobra branch May 2, 2025 20:45
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jun 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

candidate Issue identified as probable candidate for fixing in the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants