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
Next open VSC and open a completely different folder
VSC will not identify the above pipenv as a virtual env
Cause:
Extension has discovered all interpreters and above pipenv is not detected as a pipenv (unfortunately its treated as a virtual env, pipenv doesn't provide an api to get around this).
Now above env is treated as virtual env
Next when we open the folder which has the pipenv mapped to it, the pipenv will not get activated correctly.
Environment data
Actual behavior
When pipenv venv detected terminal is opened by:
Expected behavior
Terminal to open with:
Why?
Because that way .env would be loaded automatically and activating shell would be encapsulated
The text was updated successfully, but these errors were encountered: