forked from DonJayamanne/pythonVSCode
-
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
New workspace virtual environments are not discovered until VS Code reloads #656
Labels
feature-request
Request for new features or functionality
Milestone
Comments
brettcannon
added
feature-request
Request for new features or functionality
awaiting 2-PR
labels
Jan 30, 2018
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). |
DonJayamanne
changed the title
New virtual environments are not discovered until VS Code resets
New workspace virtual environments are not discovered until VS Code reloads
Sep 20, 2018
Solution:
|
brettcannon
modified the milestones:
2018, week 40 - October Sprint 1,
2018, week 42 - October Sprint 2
Oct 17, 2018
5 tasks
5 tasks
3 tasks
brettcannon
modified the milestones:
2018, week 42 - October Sprint 2,
2018, week 44 - Nov sprint 1
Oct 31, 2018
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: