gtest-adapter
gtest-adapter copied to clipboard
Run preLauchTask before executing tests
In my launch.json
I have a preLaunchTask
configured to build the tests before launching gtest. However, this does not happen when executing the tests using the extension.
This behaviour could be enabled using a config parameter. Or is there any existing way that I may have missed?
It turns out it does execute the preLaunchTask
if I debug the test, it does not when I run a test.
I confirm I have the same issue here.
Same issue