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
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:
@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.The text was updated successfully, but these errors were encountered: