Skip to content
New issue

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

RFE - Provide ability to expose/share settings form settings.json to the launch.json #8042

Closed
DonJayamanne opened this issue Jun 23, 2016 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Jun 23, 2016

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}",
@dbaeumer dbaeumer added the feature-request Request for new features or functionality label Jun 23, 2016
@isidorn isidorn added this to the Backlog milestone Jun 24, 2016
DonJayamanne added a commit that referenced this issue Jun 28, 2016
isidorn added a commit that referenced this issue Jul 19, 2016
replace settings variables in debugger config #8042
@isidorn
Copy link
Contributor

isidorn commented Jul 21, 2016

Fixed by @DonJayamanne via PR #8784

@isidorn isidorn closed this as completed Jul 21, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants