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

Send a TextDocumentidentifier for razor dynamic file requests/responses #74727

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

ryzngard
Copy link
Contributor

Fixes microsoft/vscode-dotnettools#1096

Will need client side changes as well

@ryzngard ryzngard requested a review from a team as a code owner August 12, 2024 22:44
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 12, 2024
}

private class ProvideDynamicFileResponse
{
[JsonPropertyName("generatedFiles")]
public required Uri[] GeneratedFiles { get; set; }
[JsonPropertyName("document")]
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: perhaps we should rename this just so the response and params are different. csharpDocument and/or razorDocument for the above?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure 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.

[BUG] German Umlauts not recognized as part of component names
4 participants