Skip to content

Add codelens endpoints and services for cohosting #12078

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

davidwengier
Copy link
Member

@davidwengier davidwengier commented Aug 6, 2025

Fixes #12047
Fixes #11818
Fixes dotnet/vscode-csharp#8482
Needs dotnet/roslyn#79795 inserted and referenced to build etc.

# Conflicts:
#	eng/Version.Details.props
#	eng/Version.Details.xml
#	eng/targets/Services.props
@@ -204,6 +204,7 @@ private async ValueTask<Response> GetCompletionAsync(
VSInternalCompletionList? completionList = null;
using (_telemetryReporter.TrackLspRequest(Methods.TextDocumentCompletionName, Constants.ExternalAccessServerName, TelemetryThresholds.CompletionSubLSPTelemetryThreshold, correlationId))
{
#pragma warning disable CS0618 // Type or member is obsolete. Will be addressed in a future PR but Roslyn changes are batched
Copy link
Member Author

Choose a reason for hiding this comment

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

This, and all of the other suppressions added in this PR, are removed in #12079

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.

[NETSDKE2E] The CodeLens disappear in razor/blazor project. Port CodeLens endpoint to cohosting [VS Code] [Cohosting] Support codelens
1 participant