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.


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 likeSetting
"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.