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
pip is no longer required to be enabled to activate a virtual environment.
Changed python.rootRequirementsOnly to false by default.
The venv root is now the location of a found requirements.txt, otherwise the package root, or
workspace root if python.rootRequirementsOnly is enabled.
Tasks will now inherit the correct venv paths in PATH.