We have a need to do something like the following with environment variables in our launchSettings.json file:
"SOME_ENV": "${env.SOME_HOST_ENV}/someVal"
When I get the environment variable at runtime, I get SOME_ENV = "${env.SOME_HOST_ENV}/someVal". Is this something that is possible with Visual Studio 2019 in a launchSettings.json file?