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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JannisRln opened this issue · comments

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