Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Adapter does not handle "envFile" #1628

Closed
int19h opened this issue Jul 25, 2019 · 0 comments
Closed

Adapter does not handle "envFile" #1628

int19h opened this issue Jul 25, 2019 · 0 comments
Labels
Milestone

Comments

@int19h
Copy link
Contributor

int19h commented 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants