Environment variable substitution stopped working in 1.5 and VS Code 1.51 #1526
Labels
bug
a bug in the product
Feature: configure
regression
used to work and no longer does. Regressions are typically high priority
Milestone
Brief Issue Summary
So far i defined a custom build directory via
"cmake.buildDirectory": ${env:MY_BUILD_FOLDER}/${buildKit}/${buildType}
Today i updated VS Code and the extension and suddenly i get an error from rollbar:
It seems that the variable substitution for environment variables is not working anymore. When i use just
${workspaceFolder}
for example everything works.Platform and Versions
The text was updated successfully, but these errors were encountered: