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

Remove unclosable CodeChecker analysis in progress window #64

Closed csordasmarton closed 2 years ago

csordasmarton commented 2 years ago

Closes #61

On large projects the analysis may take 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 is already available in the bottom bar.

This patch will remove this pop-up window but will introduce a new tree item on the overview sidebar to stop the analysis.

csordasmarton commented 2 years ago

@Discookie Done, please check it again.