Skip to content
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

Support symbolic link for python.venvPath #24900

Open
anemele opened this issue Mar 13, 2025 · 1 comment
Open

Support symbolic link for python.venvPath #24900

anemele opened this issue Mar 13, 2025 · 1 comment
Labels
feature-request Request for new features or functionality needs community feedback Awaiting community feedback

Comments

@anemele
Copy link

anemele commented Mar 13, 2025

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.

Image

Image

@anemele anemele added the feature-request Request for new features or functionality label Mar 13, 2025
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Mar 13, 2025
@karthiknadig karthiknadig removed their assignment Mar 17, 2025
@karthiknadig karthiknadig added needs community feedback Awaiting community feedback and removed triage-needed Needs assignment to the proper sub-team labels Mar 17, 2025
Copy link

Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality needs community feedback Awaiting community feedback
Projects
None yet
Development

No branches or pull requests

2 participants