1.8.0 breaks command substitutions in launch.json #2091
Labels
bug
a bug in the product
Feature: debug/launch
regression
used to work and no longer does. Regressions are typically high priority
Milestone
Brief Issue Summary
I used to employ many cmake command substitutions to launch and debug targets in my projects. Since 1.8.0, this no longer works. Reverting the extension to 1.7.3 solves the problem.
Expected:
launch.json
(or any command:cmake* variable in any property)Apparent Behavior:
launch.json
CMake Tools Log
Not relevant I guess, the log is not filled in when launching a target.
Developer Tools Log
Nothing moves in the log when trying to launch a target, but here is the log of extensions:
Platform and Versions
Other Notes/Information
On the same computer/OS, with the same code but with a different clone a probably different VSCde settings, everything works as expected. I am trying to figure out what is the difference, but at least an error message would be expected even if I did something wrong.
The text was updated successfully, but these errors were encountered: