Skip to content

Add VS Code IMappingService #11760

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 13 commits into from
Apr 24, 2025
Merged

Conversation

ryzngard
Copy link
Contributor

@ryzngard ryzngard commented Apr 22, 2025

Add an LSP mapping service that can be used in VS Code. We previously
had endpoints but some of the information that is easy to map, for
example range -> span, is harder to do gracefully in typescript. This
updates some of those endpoints to add information needed and adds an
exported DocumentService for VS Code.

This can be used independent of Roslyn/VSCode-CSharp changes but those
will be needed to fully light this up

had endpoints but some of the information that is easy to map, for
example range -> span, is harder to do gracefully in typescript. This
updates some of those endpoints to add information needed and adds an
exported DocumentService for VS Code.

This can be used independent of Roslyn/VSCode-CSharp changes but those
will be needed to fully light this up
@ryzngard ryzngard requested a review from a team as a code owner April 22, 2025 21:20
@ryzngard ryzngard merged commit 1b6f06c into dotnet:main Apr 24, 2025
11 checks passed
@ryzngard ryzngard deleted the vscode_mapping_service branch April 24, 2025 19:16
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Apr 24, 2025
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