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

Reports in current file do not get refreshed after analysis #133

Open dkrupp opened 11 months ago

dkrupp commented 11 months ago

After the analysis is done (at file save or wiht the "Re-analyze current file" button), the analysis results are not getting refreshed.

dkrupp commented 11 months ago

Currently the plugin detects that the analysis has finished and the results should be updated based on of filesystem change event on the metadada.json file.

In some environements, such as WSL this event does not work as expected. We could make a note about this in the Readme.