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
Refactor how environment variables are parsed and used in tools, language server and debugger
Fixes#316 (PYTHONPATH not used as extra path for auto complete)
Fixes#183 (changes to .env file requires restarts of vscode)
Fixes#436 (Path variables not inherited when debugging)
Fixes#435 (Virtual environment name is same as the default environment file)
From @DonJayamanne on September 21, 2017 23:34
This would impact environment variables used by unittests and debugged code.
Copied from original issue: DonJayamanne/pythonVSCode#1230
The text was updated successfully, but these errors were encountered: