-
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
Environments in paths defined in venvFolders not listed #24133
Comments
@romanzdk can you use this setting: Also try toggeling |
Unfortunately that did not work. I tried putting there |
Please also share the Output from |
So I deleted all of the virtual envs and restarted VSC and it seems to work ¯_(ツ)_/¯. |
Fixes #24133 Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
@karthiknadig @DonJayamanne - any special type of environment to create in order to verify this? |
No, just standard |
VSCode used to show/list all my python virtual environments created via poetry located in
/Users/romanzdk/Library/Caches/pypoetry/virtualenvs/
however since past few days it does not show any of them.In the settings I have:
and also tried playing with python.locator and python.defaultInterpreterPath.
There really are virtual environments (
ls /Users/romanzdk/Library/Caches/pypoetry/virtualenvs/ | wc -l
-> 80).Version 1.93, macOS 14.3, poetry 1.8.3,
The text was updated successfully, but these errors were encountered: