Skip to content

Add codelens endpoints and services for cohosting#12078

Merged
davidwengier merged 4 commits intodotnet:mainfrom
davidwengier:CohostCodelens
Aug 19, 2025
Merged

Add codelens endpoints and services for cohosting#12078
davidwengier merged 4 commits intodotnet:mainfrom
davidwengier:CohostCodelens

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.

Bug: microsoft/vscode-dotnettools#2235

@davidwengier davidwengier requested a review from a team as a code owner August 6, 2025 01:07
# Conflicts:
#	eng/Version.Details.props
#	eng/Version.Details.xml
#	eng/targets/Services.props
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

@davidwengier davidwengier merged commit d2c820c into dotnet:main Aug 19, 2025
11 checks passed
@davidwengier davidwengier deleted the CohostCodelens branch August 19, 2025 00:47
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Aug 19, 2025
@RikkiGibson RikkiGibson modified the milestones: Next, 18.0 P1 Aug 20, 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.

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

3 participants