${variant:targetVariant} is not expanded properly since v1.5 #1525
Labels
Feature: configure
regression
used to work and no longer does. Regressions are typically high priority
Milestone
Brief Issue Summary
The following configuration (expansion) does not work anymore since v1.5
"cmake.buildDirectory": "${workspaceFolder}/build/${variant:targetVariant}/${buildKit}"
Expected:
and
Apparent Behavior:
Configuration does not work.
${buildKit} is still correctly expanded, the variant unfortunately not.
CMake Tools Log
Platform and Versions
Other Notes/Information
This issue arises with the new version v1.5. Previous versions still work (since at least 05/2019).
The text was updated successfully, but these errors were encountered: