forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedbackAwaiting community feedbackAwaiting community feedback
Description
Similiar with issue #24369, I have a list of venvs managed by tool uv, they are placed in my home subdir .pyenvs, with a structure like
~/.pyenvs
ββenv-a
β ββ.venv
β ββ...
β ...
ββenv-b
β ββ.venv
β ββ...
......
Setting "python.venvPath": "~/.pyenvs/*" would work if wildcards are supported.
Then I tried to make symbolic link for these venvs, but failed. Symbolic link is not recognized as a venv.
sam-kleiner, eabase, Lucide, BlackDark and ToXiCRising
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedbackAwaiting community feedbackAwaiting community feedback

