Version Used: 17.3 Preview 6
Steps to Reproduce:
- Enable LSP diagnostics.
- Write something like:
int x = (41 + 1);
Console.WriteLine(x);
- Look for fading.
Expected Behavior: Just the parenthesis are faded as unnecessary.
Actual Behavior: The entire expression is faded:
