Skip to content
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

Drop source suppressed diagnostics in LSP pull diagnostic handler #68333

Merged
merged 1 commit into from
May 26, 2023

Conversation

mavasani
Copy link
Contributor

Fixes the regression introduced by #68287

Addresses part of AB#1824321

We now drop source suppressed diagnostics from being returned by the LSP pull diagnostics handler. #1824321 tracks potentially updating the LSP spec/clients to allow source suppressed diagnostics to be returned from LSP server to support IDE features for source suppressed diagnostics in LSP pull diagnostics mode.

Fixes the regression introduced by dotnet#68287

Addresses part of [AB#1824321](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1824321)

We now drop source suppressed diagnostics from being returned by the LSP pull diagnostics handler. #1824321 tracks potentially updating the LSP spec/clients to allow source suppressed diagnostics to be returned from LSP server to support IDE features for source suppressed diagnostics in LSP pull diagnostics mode.
@mavasani mavasani requested a review from a team as a code owner May 26, 2023 05:57
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Analyzers untriaged Issues and PRs which have not yet been triaged by a lead labels May 26, 2023
Copy link
Contributor

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

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

Thanks for the speedy fix!

@mavasani mavasani enabled auto-merge May 26, 2023 06:26
@mavasani mavasani merged commit 3acd33d into dotnet:main May 26, 2023
@ghost ghost added this to the Next milestone May 26, 2023
@mavasani mavasani deleted the FixSuppressedDiagnosticsRegression branch May 26, 2023 08:42
@Cosifne Cosifne modified the milestones: Next, 17.7 P2 May 31, 2023
dibarbet pushed a commit to dibarbet/roslyn that referenced this pull request Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Analyzers untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants