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
While using the Remote - WSL, the Python extension fails to activate the venv on new integrated terminals.
Python Extension does recognize the venv when debugging.
Steps to reproduce
Open insiders from a WSL folder code-insiders .. The Remote - WSL is installed automatically.
Install Python extension on in insiders WSL.
Reload window
Open terminal, create a venv python3.7 -m venv venv
Select venv's python as the interpreter
Select a python file
Close/open an integrated terminal
Venv is not automatically activated
Expected results:
The command . venv/bin/activate should be automatically issued in the integrated terminal.
Description
While using the Remote - WSL, the Python extension fails to activate the venv on new integrated terminals.
Python Extension does recognize the venv when debugging.
Steps to reproduce
Expected results:
The command . venv/bin/activate should be automatically issued in the integrated terminal.
Actual results
The venv is not automatically activated
Originally reported here microsoft/vscode-remote-release#368
The text was updated successfully, but these errors were encountered: