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

Configure minimum severity #33

Open
thomasneubergersdx opened this issue Sep 6, 2022 · 2 comments
Open

Configure minimum severity #33

thomasneubergersdx opened this issue Sep 6, 2022 · 2 comments

Comments

@thomasneubergersdx
Copy link

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 image) as long as I'm not really interested in those.

@montoner0
Copy link

I believe this could be easily configured by standard means through Ctrl-<dot>
image

@eberthold
Copy link
Owner

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
image

Please let me know what your use case is, and I will have a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants