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
this is a cool extension. It would be even better if one could configure a minimum severity for warnings to show. This way I could hide warnings of hint severity (like ) as long as I'm not really interested in those.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your feedback. I'm happy that you like the extension.
Just for clarification: Do you want to hide all messages of a specific severity, like all messages with information level, or do you want to hide only specific messages like RCS1037 in particular?
For specific messages it should be sufficient to configure those messages by .editorconfig file, .ruleset file, [SupressMessage] or pragma disable ... to silent or none.
If you want to hide all messages of a specific severity it should be fairly easy to implement a switch to get it synchronized with the Visual Studio Error List, which currently acts as the source for the message display
Please let me know what your use case is, and I will have a look at it.
Hi Erik,
this is a cool extension. It would be even better if one could configure a minimum severity for warnings to show. This way I could hide warnings of hint severity (like
) as long as I'm not really interested in those.
The text was updated successfully, but these errors were encountered: