Support for $penv{} in include in CMake(User)Presets.json #3310
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: presets
Milestone
Brief Issue Summary
https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#includes describes that $penv{} can be used in include statements. This can be quite useful, particularly for centralizing user settings. One useful way of using this can be:
{ "version": 7, "include": [ "$penv{USERPROFILE}\MyPresets.json", ] }
This works with CMake, but it seems like it does not play well when configuring from VSCode with CMake Tools.
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: