DavidSchuldenfrei / gtest-adapter

Other
18 stars 9 forks source link

Run preLauchTask before executing tests #42

Open felwolff opened 5 years ago

felwolff commented 5 years ago

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?

felwolff commented 5 years ago

It turns out it does execute the preLaunchTask if I debug the test, it does not when I run a test.

jeremydumais commented 4 years ago

I confirm I have the same issue here.

liugangnhm commented 4 years ago

Same issue