You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
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.The text was updated successfully, but these errors were encountered: