Skip to content

Add SpanMapping for VS Code #8225

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

Merged
merged 10 commits into from
Apr 30, 2025
Merged

Add SpanMapping for VS Code #8225

merged 10 commits into from
Apr 30, 2025

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