Ericsson / CodecheckerVSCodePlugin

VSCode plugin that shows bugs detected by the Clang Static Analyzer and Clang Tidy analyzers using CodeChecker as a backend.
Apache License 2.0
24 stars 7 forks source link

Add distinct settings for common CodeChecker flags #148

Open Discookie opened 3 months ago

Discookie commented 3 months ago

Enabled analyzers, maybe enabled/disabled checkers, and other common flags should have their own separate option in the Settings menu. The commandline arguments should only be used as a last resort, so as to avoid the user having to learn CodeChecker flags for basic things.