Open drewnoakes opened 2 years ago
For the moment let's assume this is a regression until we can prove otherwise. If it is not a regression we can consider moving it out.
I believe I tested this in older VS versions and the behaviour was the same, hence marking this as a feature request.
Stems from https://developercommunity.visualstudio.com/t/Launch-profile-environment-variable-prob/10042433 (AB#1540437)
Steps to reproduce
FOO
)%FOO%
)Expected behaviour
The environment variable is substituted in the other field.
Actual behaviour
No substitution occurs.
Analysis
Our current environment variable substitution uses the environment variables of
devenv.exe
only. Those specified in the launch profile itself are not considered.