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
Please could you provide the ability to expose (share) settings from the settings.json file to the launch.json file, using the dollar notation.
settings.json:
"python.pythonPath": "/Library/Frameworks/Python.framework/Versions/3.5/bin/python3"
launch.json:
"pythonPath": "${settings.python.pythonPath}",
The text was updated successfully, but these errors were encountered:
changes to replace settings variables in launch config #8042
d452f8d
reverted changes made to #8042, inadverted checkin (need to create a …
09f19a9
…pull request instead)
Merge pull request #8784 from DonJayamanne/replaceSettingsInDebugger
971ed27
replace settings variables in debugger config #8042
Fixed by @DonJayamanne via PR #8784
Sorry, something went wrong.
isidorn
No branches or pull requests
Please could you provide the ability to expose (share) settings from the settings.json file to the launch.json file, using the dollar notation.
settings.json:
launch.json:
The text was updated successfully, but these errors were encountered: