🔨 Improvements
- CodeChecker detailed status on the sidebar in #146
Displays a more detailed description of the status of CodeChecker runs, including warnings and errors encountered.
- Analyzers now run in "lean" mode by default in #152
The default flags for CodeChecker and the Clang Static Analyzer were changed, so it runs in a shallow mode by default, and it does not consume all system threads. This helps ensure that the development environment remains usable while a background analysis is running. - Analysis timeout parameter in #154
Added a default timeout of 60 seconds for each individual analysis that CodeChecker runs. Longer-running and stuck analyses are terminated after the timeout, letting the CodeChecker run progress. - Option to change how severities are displayed in #141
The new settings allow choosing between warning/error/note display styles for each CodeChecker report severity.
🐛 Bug fixes
- Fix
codechecker.executor.showOutput
command in #144
(There were some hiccups with the release automation, that is why the release showed up multiple times in the notifications.)