-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Creating two conda environments and then running makes only one show up #18751
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
Comments
Might be a dupe of #18749 |
I see, so everything is fine until a second environment is created using
? |
No I created both of them ahead of time. Everything is fine until I ran something with python. |
I assume you ran it using the play button and using Also, what do you see when you close the list and open it again, is I plan to work on #18749 with Karthik first (can't repro that either) and may ask verbose logs later if that doesn't fix this issue. |
Yeah reloading the window still showed multiple copies. |
I see, did you wait for the initial refresh to finish? (Did I assume you created new envs before the extension was started. If so, I would again require the verbose logs until the initial interpreter list is loaded. Thanks for helping with this. |
I assume it was up to date. No more output was coming in the python output tab. I get this: Here's the log: |
Please try the latest build: https://github.com/microsoft/vscode-python/suites/5784118548/artifacts/192898285, where we now use |
Verified offline that it works with the latest bits. |
Testing #18731
Did this:
Then created a python file
Then ran the python file
Python file ran
Then selected an interpreter to try to pick 'testNoPython2'.
It wasn't listed.
I hit refresh and this happens:
Every time I hit refresh another instance(s) of testNoPython1 appears.
The text was updated successfully, but these errors were encountered: