CodecheckerVSCodePlugin icon indicating copy to clipboard operation
CodecheckerVSCodePlugin copied to clipboard

Support more VSCode diagnostic severities

Open alobakin opened this issue 1 year ago • 0 comments

Currently, the severity is hardcoded[0] to

STYLE ? Information : Error

I would like, for example, to not have anything Error level messages if a file can be compiled by the compiler. As a minimum, it would be useful to control the severity level for the non-style problems. Ideally, it would be great to be able to configure the severity for each level separately.

[0] https://github.com/Ericsson/CodecheckerVSCodePlugin/blob/main/src/editor/diagnostics.ts#L32

alobakin avatar Feb 08 '24 12:02 alobakin