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 `codechecker.executor.showOutput` command #144

Closed Discookie closed 6 months ago

Discookie commented 7 months ago

Requires https://github.com/Ericsson/CodecheckerVSCodePlugin/pull/140 for CI passing.

In some locations, the commands codechecker.logging.showOutput and codechecker.executor.showOutput were inconsistently used. They are now all codechecker.executor.showOutput. Fixes sidebar commands when CodeChecker is running, among others.