You can also reference environment variables through ${env.Name} syntax (e.g. ${env.PATH}). Be sure to match the environment variable name's casing, for example ${env.Path} on Windows.
Yet I'm finding with our PowerShell extension, no value gets passed to the PowerShell debugger for the specified environment variable. Is there something we need to do in the extension e.g. call an env var expansion API to make this work?
This page says:
Yet I'm finding with our PowerShell extension, no value gets passed to the PowerShell debugger for the specified environment variable. Is there something we need to do in the extension e.g. call an env var expansion API to make this work?