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

"Unable to activate Flexelint analyzer." prompt, but actually it works.

ravenxrz opened this issue · comments

commented

Every time I open vscode, this prompt shows up.

image

But I think it's active( like the code below). Did I miss something or it's a bug?

image

Hi! It's not a bug. This extension supports multiple analyzers, for which you seem to have Clang working.

If you do not have Flexelint, then I'd say to disable that portion. You may do so in the settings for the extension...

Best Regards,
-Joe

commented

Hi! It's not a bug. This extension supports multiple analyzers, for which you seem to have Clang working.

If you do not have Flexelint, then I'd say to disable that portion. You may do so in the settings for the extension...

Best Regards,
-Joe

😂, my bad. Thank you for your reply.

How disable flexelint analyzer? I don't find about flexelint analyzer option

How disable flexelint analyzer? I don't find about flexelint analyzer option

The setting id is c-cpp-flylint.flexelint.enable.