Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix configure preset used in workflow preset defined in CMakeUserPres…
…ets.json (#4202) * Fix workflow preset configure in user presets Previously, when workflow preset in CMakeUserPresets.json references configure preset that is also defined in CMakeUserPresets.json, this extension reports an error that the configure preset can't be found. And that results in the CMakeUserPresets.json getting ignored along with all presets defined in it. This commits fixes this problem by adding a lookup from userConfigurePresets in case the configure preset isn't found in configurePresets. * Add CHANGELOG entry --------- Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>
- Loading branch information