Add multi-pass environment variable resolution by john-patterson · Pull Request #2322 · microsoft/vscode-cpptools
and others added 9 commits
July 24, 2018 09:27We were passing the root of the test folder instead of the unitTests specific folder into the runner, so it wasn't finding unit tests.
If a variable had env, config, or workspaceFolder as substring, it was being treated as an environment variable lookup on the reminder of the string minus the character immediately following the substring. For instance: envRoot was being looked up as "oot" in the configuarion environment block. The issue is that the regex to match the env., config., and workspaceFolder. patterns used . instead of \.
john-patterson added a commit to john-patterson/vscode-cpptools that referenced this pull request
Jul 25, 2018Realized I had left out the CHANGELOG update. For [PR 2322](microsoft#2322).
bobbrow pushed a commit that referenced this pull request
Jul 27, 2018Realized I had left out the CHANGELOG update. For [PR 2322](#2322).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters