Skip to content

The entire expression is faded when LSP pull diagnostics are on #63147

@jasonmalinowski

Description

@jasonmalinowski

Version Used: 17.3 Preview 6

Steps to Reproduce:

  1. Enable LSP diagnostics.
  2. Write something like:
int x = (41 + 1);
Console.WriteLine(x);
  1. Look for fading.

Expected Behavior: Just the parenthesis are faded as unnecessary.

Actual Behavior: The entire expression is faded:

image

Metadata

Metadata

Assignees

Labels

Area-IDEBugLSPissues related to the roslyn language server protocol implementation

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions