Remove Info messages from error list #188
-
I'd like to be able to tell the error list to forget the info messages - they are just annoying. Can't find a way to specify that. |
Beta Was this translation helpful? Give feedback.
Answered by
worksofliam
Jun 13, 2021
Replies: 1 comment
-
In VS Code, there is a way to filter the error types. You can disable information messages with the filter: Or, if you never want to see a specific error code again you can add add that code to the settings: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
worksofliam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In VS Code, there is a way to filter the error types.
You can disable information messages with the filter:
Or, if you never want to see a specific error code again you can add add that code to the settings: