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

lizard: add 'extraArgs' argument #168

Closed YoshihideShirai closed 1 year ago

YoshihideShirai commented 1 year ago

Let users pass extra command line arguments to lizard via the 'extraArgs' setting in the client. Works the same as 'extraArgs' for clang.

jbenden commented 1 year ago

Thanks!