forked from DonJayamanne/pythonVSCode
-
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
Add Hatch environment discovery #22810
Labels
area-environments
Features relating to handling interpreter environments
community ask
Feature request that the community expressed interest in
feature-request
Request for new features or functionality
needs PR
Ready to be worked on
on-testplan
Added to test plan
Milestone
Comments
github-actions
bot
added
the
triage-needed
Needs assignment to the proper sub-team
label
Jan 30, 2024
3 tasks
anthonykim1
added
community ask
Feature request that the community expressed interest in
needs PR
Ready to be worked on
area-environments
Features relating to handling interpreter environments
and removed
triage-needed
Needs assignment to the proper sub-team
labels
Jan 30, 2024
karrtikr
pushed a commit
that referenced
this issue
Mar 15, 2024
Fixes #22810 TODO - [x] check if it actually works already or if more things need to be registered - [x] add config val - [x] add tests
karrtikr
pushed a commit
that referenced
this issue
Mar 17, 2024
…rom locator (#23083) For #22810 ...so in case of Hatch, as an [explicit Hatch identifier is not available](#22779 (comment)), we infer an environment is Hatch if we get it from the Hatch locator: #22779.
3 tasks
36 tasks
wesm
pushed a commit
to posit-dev/positron
that referenced
this issue
Apr 5, 2024
Fixes microsoft/vscode-python#22810 TODO - [x] check if it actually works already or if more things need to be registered - [x] add config val - [x] add tests
wesm
pushed a commit
to posit-dev/positron
that referenced
this issue
Apr 5, 2024
…rom locator (microsoft/vscode-python#23083) For microsoft/vscode-python#22810 ...so in case of Hatch, as an [explicit Hatch identifier is not available](microsoft/vscode-python#22779 (comment)), we infer an environment is Hatch if we get it from the Hatch locator: microsoft/vscode-python#22779.
wesm
pushed a commit
to posit-dev/positron
that referenced
this issue
Apr 8, 2024
Fixes microsoft/vscode-python#22810 TODO - [x] check if it actually works already or if more things need to be registered - [x] add config val - [x] add tests
wesm
pushed a commit
to posit-dev/positron
that referenced
this issue
Apr 8, 2024
…rom locator (microsoft/vscode-python#23083) For microsoft/vscode-python#22810 ...so in case of Hatch, as an [explicit Hatch identifier is not available](microsoft/vscode-python#22779 (comment)), we infer an environment is Hatch if we get it from the Hatch locator: microsoft/vscode-python#22779.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-environments
Features relating to handling interpreter environments
community ask
Feature request that the community expressed interest in
feature-request
Request for new features or functionality
needs PR
Ready to be worked on
on-testplan
Added to test plan
We already support Poetry, and a environment management PEP isn’t even in the works AFAIK.
Hatch is pretty popular (e.g. it’s used by all of the jupyter ecosystem), but its environments aren’t found by VS Code Python yet (unless Hatch is configured to create them in the project directory)
The text was updated successfully, but these errors were encountered: