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
Shell of Integrated Terminal: zsh (C:\msys64\usr\bin\zsh.exe)
Expected behaviour
VS-Code integrated terminal should use the path to virtualenv python not the system default
Actual behaviour
When a virtualenv is selected, the integrated terminal (zsh) does not use the virtual environment.
However, if I use bash shell for the integrated terminal, everything is working fine.
Steps to reproduce:
python.pythonPath is set to virtual environment path
Open the integrated terminal
python --version in integrated terminal shows system version
The text was updated successfully, but these errors were encountered:
Environment data
Expected behaviour
VS-Code integrated terminal should use the path to virtualenv python not the system default
Actual behaviour
When a virtualenv is selected, the integrated terminal (zsh) does not use the virtual environment.
However, if I use bash shell for the integrated terminal, everything is working fine.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: