CMakeUserPresets regression #3956
Labels
bug
a bug in the product
regression
used to work and no longer does. Regressions are typically high priority
Milestone
Brief Issue Summary
CMakeUserPresets is no longer working when extending an existing configure preset.
Let's take this very short example:
CMakePresets.json
file:and this
CMakeUserPresets.json
file:When I run
cmake --list-presets
I correctly get:Since a recent update of vccode-cmake-tools, I don't get my
user project
anymore.As a reminder, this is taken from cmake documentation:
If CMakePresets.json and CMakeUserPresets.json are both present, CMakeUserPresets.json implicitly includes CMakePresets.json, even with no include field, in all versions of the format.
Although I did try to add an include of CMakePresets in my CMakeUserPresets file, it doesn't help.
Additional Information
I'm on v1.19.35
The text was updated successfully, but these errors were encountered: