Open
Description
Your feature request related to a problem? Please describe.
I can set the severity
in golangci-lint's config to error
or warning
and vscode displays the linting the same way, seemingly as a warning.
I'd like to be able to separate out style suggestions from linting errors that indicate bugs... which is what severity is for, but I'm not sure it's getting output in the right format for vscode to understand.
Describe the solution you'd like.
I believe there's a way to format the output so that vscode can differentiate between errors and warnings.
Describe alternatives you've considered.
I don't know that there is an alternative.
Additional context.
No response