Request Overview
It would be useful to know whether a specific commit has been included in a given pre-release build, so that it's possible to test a bug fix early once it has been committed to the repo.
E.g. current pre-release version is 1.23.25, but the latest tag in the repo is 1.22.28 (https://github.com/microsoft/vscode-cmake-tools/tags) - to which commit is it actually pointing to?

Request Overview
It would be useful to know whether a specific commit has been included in a given pre-release build, so that it's possible to test a bug fix early once it has been committed to the repo.
E.g. current pre-release version is
1.23.25, but the latest tag in the repo is1.22.28(https://github.com/microsoft/vscode-cmake-tools/tags) - to which commit is it actually pointing to?