jbenden / vscode-c-cpp-flylint

A VS Code extension for advanced, modern, static analysis of C/C++ that supports a number of back-end analyzer programs.
MIT License
152 stars 29 forks source link

Bug: if severityLevels is set but "supplemental" is missing #216

Closed JannisRln closed 4 months ago

JannisRln commented 6 months ago

Hey ich found a bug.

if severityLevels is set for PCLint but "supplemental" is missing and PClint creates a message with a "supplemental" you get the folloing error "'Cannot read properties of undefined (reading 'toLowerCase')' while validating:...."

This settings are working: image

Thos not: image

Best Jannis