You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roslyn has a hidden diagnostic severity that's used to fade out text when they can be optional removed. Things like unused usings, or when this. is not required.
It would be great to have a way to say a diagnostic is hidden for LSP servers.
Roslyn has a hidden diagnostic severity that's used to fade out text when they can be optional removed. Things like unused usings, or when
this.is not required.It would be great to have a way to say a diagnostic is hidden for LSP servers.