forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New workspace virtual environments are not discovered until VS Code reloads #656
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
Labels
feature-request
Request for new features or functionality
Milestone
Comments
We are going to scope this to just virtual environments created in the workspace folder (should take into consideration the fact that pipenv can create its virtual environment locally when a certain environment variable is set). |
Solution:
|
5 tasks
5 tasks
3 tasks
This doesn't seem to re-trigger if a virtual environment is deleted. Is that expected? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment data
VS Code version: 1.19.3
Python Extension version: 2018.1 Beta
Python Version: Python 3.6
OS and version: Windows 10
Actual behavior
New virtual environments in your workspace root are not shown in the Select Interpreter list until restarting VS code
Expected behavior
New virtual environments within the workspace are shown upon running select interpreter
Steps to reproduce:
The text was updated successfully, but these errors were encountered: