We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similarly to #243709 it would be nice if we could reference env variables like in launch.json through the ${env:VARIABLE_NAME} syntax
launch.json
${env:VARIABLE_NAME}
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${env:GITHUB_TOKEN}", }
I just did a test run and seems like this is not supported right now.
The text was updated successfully, but these errors were encountered:
This is supported.
Sorry, something went wrong.
roblourens
No branches or pull requests
Similarly to #243709 it would be nice if we could reference env variables like in
launch.json
through the${env:VARIABLE_NAME}
syntaxI just did a test run and seems like this is not supported right now.
The text was updated successfully, but these errors were encountered: