Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat - status tweaks #242110

Merged
merged 5 commits into from
Feb 26, 2025
Merged

chat - status tweaks #242110

merged 5 commits into from
Feb 26, 2025

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Feb 26, 2025

No description provided.

@bpasero bpasero self-assigned this Feb 26, 2025
@bpasero bpasero marked this pull request as ready for review February 26, 2025 20:01
@bpasero bpasero enabled auto-merge (squash) February 26, 2025 20:01
@vs-code-engineering vs-code-engineering bot added this to the February 2025 milestone Feb 26, 2025

const chatQuotaIndicator = this.createQuotaIndicator(container, chatTotal, chatRemaining, localize('chatsLabel', "Chats messages remaining"));
const completionsQuotaIndicator = this.createQuotaIndicator(container, completionsTotal, completionsRemaining, localize('completionsLabel', "Code completions remaining"));
const chatQuotaIndicator = this.createQuotaIndicator(container, chatTotal, chatRemaining, localize('chatsLabel', "Chats messages"));
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this read Chat messages not Chats messages

Copy link
Member Author

Choose a reason for hiding this comment

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

True will fix!

@bpasero bpasero merged commit c75ab9d into main Feb 26, 2025
8 checks passed
@bpasero bpasero deleted the ben/practical-sheep branch February 26, 2025 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants