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

Adapter does not handle "envFile" #6770

Closed
karthiknadig opened this issue Jul 30, 2019 · 0 comments
Closed

Adapter does not handle "envFile" #6770

karthiknadig opened this issue Jul 30, 2019 · 0 comments
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.

Comments

@karthiknadig
Copy link
Member

@int19h commented on Thu Jul 25 2019

ptvsd.adapter does not, and cannot, support "envFile" in debug configuration, because it cannot perform variable expansion in VSCode context.

https://github.com/microsoft/vscode-python must implement it via DebugConfigurationProvider, parsing the file and adding its contents to "env" before the config is sent over to the adapter.

@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Jul 30, 2019
@karthiknadig karthiknadig added the debt Covers everything internal: CI, testing, refactoring of the codebase, etc. label Jul 30, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jul 31, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

No branches or pull requests

1 participant