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

Fix handling of removed processes from the execution queue #110

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

Fixes #94.

There were a couple cases where removing the CodeChecker version process from the execution queue would never resolve the checkVersion() promise. Since the version check promise wouldn't resolve, the subsequent process is never executed, leading to the UI not updating fully.