1.1.0
🔨 Improvements
- Find compilation database automatically in the project (#52)
The extension will try to find compilation databases (compile_commands.json
,compile_cmd.json
) automatically in the following directories:$WORKSPACE_DIR/.codechecker
$WORKSPACE_DIR
$WORKSPACE_DIR/build
- Keep active repr. steps open when switching files (#60)
If we click on a report step which refers to a different source file (e.g.: lib.h) than the currently opened file (e.g.: main.cpp), the plugin will show the reports from that file but will keep the selected report in the bug tree. - Remove unclosable CodeChecker analysis in progress window (#64)
On large projects the analysis may take huge amount of times (e.g.: minutes). In this case it is really annyoing for the user to show an unclosable pop-window. Also this information whether an analysis is running already available in the bottom bar. For this reason we removed this pop-up window but introduced a new tree item on the overview sidebar to stop the analysis.
🐛 Bug fixes
- Set priority order for settings items (#55).
- Wait for terminal initialization for CodeChecker log command (#54).
- Reduce number of parse calls (#58).
- Fix adding selectedEntry to openedFiles (#63).
- Use matrix strategy at deploy github action (#48).
- Remove fast-plist dependency (#53).
For more information check the milestone.