-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prompt to select virtual environment for the worskpace #4908
Comments
We should do the same for:
|
For now we won't do it for pipenv and pyenv |
Prescribed solution:
|
|
Can we reopen this so we can remove the condition where this prompt appears only if there isn't an interpreter path set in the settings.json file? |
@luabud please create a new issue instead, helps avoid confusions as well (specially with old comments). |
If a global interpreter is selected and the extension detects the existence of a new virtual environment in the workspace (e.g. created in the terminal), we could add a prompt asking if the users would like to select it as the interpreter for the workspace.
The text was updated successfully, but these errors were encountered: