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

On-the-fly-docs -- Add quota exceeded dialogue (#76877) #76893

Conversation

akhera99
Copy link
Member

Cherry-pick of #76877

* wip

* wip

* revert

* comments

* pr feedback

* pr feedback

* pr feedback
@akhera99 akhera99 requested a review from a team as a code owner January 23, 2025 22:40
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jan 23, 2025
@akhera99 akhera99 requested a review from dibarbet January 23, 2025 22:40
SetResultText(EditorFeaturesResources.An_error_occurred_while_generating_documentation_for_this_code);
Logger.Log(FunctionId.Copilot_On_The_Fly_Docs_Error_Displayed, KeyValueLogMessage.Create(m =>
{
m["ElapsedTime"] = copilotRequestTime;
Copy link
Member

Choose a reason for hiding this comment

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

nit: I tend to put "ms" as the suffix for millisecond based time properties.

Copy link
Member

Choose a reason for hiding this comment

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

... but I see it's a move of existing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants