brobeson / ctest-lab

A CTest extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=brobeson.ctest-lab
MIT License
1 stars 1 forks source link

Activate the output channel prior to running tests #25

Closed brobeson closed 2 years ago

brobeson commented 2 years ago

When the user runs tests, there is no immediate feedback except the spinning icons in the test view. The output channel pops up at the end of the run with the output. Activate the channel before executing CTest so users can get immediate test feedback.