microsoft / vscode-cmake-tools

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

Add check that limits when we -R a regex of all tests #3814

Closed gcampbell-msft closed 3 weeks ago

gcampbell-msft commented 3 weeks ago

Fixes #3804 and #3817

This will limit the occasions where we needlessly pass -R and a HUGE list of all of the tests, when we can just run -T if we're trying to run all of the tests.

tristanlabelle commented 2 weeks ago

@gcampbell-msft , can I assume that this is part of the June 10th release on https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools because the PR was merged before then? Or how can I generally correlate PRs and feature releases?

gcampbell-msft commented 2 weeks ago

@tristanlabelle Yes this PR is included in 1.18.42. We publish our releases here: https://github.com/microsoft/vscode-cmake-tools/releases/tag/v1.18.42, and we try to make sure we put the CHANGELOG in the release description.