We weren't killing the test process when the test were stopped from the UI, and therefore the tests continued to run. This PR fixes this
Also, when the test explorer integration was turned off, there was no way to stop the tests, so for that case, we've integrated with the vscode.window.withProgress support. It looks like this:
Fixes #2095.
We weren't killing the test process when the test were stopped from the UI, and therefore the tests continued to run. This PR fixes this
Also, when the test explorer integration was turned off, there was no way to stop the tests, so for that case, we've integrated with the
vscode.window.withProgress
support. It looks like this:cmake-tools.zip