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 showing output channel #84

Closed csordasmarton closed 2 years ago

csordasmarton commented 2 years ago

Closes #78

Using setTimeout is needed because of Theia editor and it will make sure that the editor will show the window properly.