Skip to content

Conversation

ryzngard
Copy link
Contributor

Update razor version to latest and add the typescript code needed for handling span mapping endpoints.

@ryzngard ryzngard requested review from a team as code owners April 29, 2025 18:47

const request = new RazorMapToDocumentRangesRequest(LanguageKind.CSharp, params.ranges, document.uri);
const result = await this.serverClient.sendRequest<RazorMapToDocumentRangesResponse>(
'razor/mapToDocumentRanges',
Copy link
Member

Choose a reason for hiding this comment

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

Should this be a constant somewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If it's used once I tend not to

@ryzngard ryzngard merged commit a1d442e into dotnet:main Apr 30, 2025
24 checks passed
@ryzngard ryzngard deleted the update_razor branch April 30, 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.

3 participants