Is there a way to exclude infos from the problems count in Visual Studio Code

63 Views Asked by At

The problems tab in my Visual Studio Code installation has recently started showing a huge amount of "infos". I have no idea why it started doing this now. find it really distracting as until now, I'd used the problem count as an indicator for warnings and errors.The problem count is almost at 800, yet most of the problems are infos

I've searched for a setting all over VScode, but haven't found one. I tried changing OmniSharp Logging level, and that did nothing.

1

There are 1 best solutions below

0
Bootlegger On

turns out the problem was caused by changes done by an extension I had installed. Making a clean reinstallation of VsCode helped.