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
complexity: 3
We have consolidated our variable substition between debug and tasks into a configurationResolverService - #8754. Quickly verify:
configurationResolverService
launch.json
tasks.json
${env.NAME}
${config.NAME}
${command.PickProcess}
The text was updated successfully, but these errors were encountered:
Tested on Windows 7.
Sorry, something went wrong.
No branches or pull requests
complexity: 3
We have consolidated our variable substition between debug and tasks into a
configurationResolverService
- #8754. Quickly verify:launch.json
andtasks.json
as descirbed herelaunch.json
andtasks.json
by using${env.NAME}
syntaxlaunch.json
andtasks.json
by using${config.NAME}
syntaxlaunch.json
by using${command.PickProcess}
The text was updated successfully, but these errors were encountered: