microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k stars 454 forks source link

Support cancelling ctest execution #4141

Closed gcampbell-msft closed 1 month ago

gcampbell-msft commented 1 month ago

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: image

cmake-tools.zip