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

Add Hatch environment discovery #22810

Closed
flying-sheep opened this issue Jan 30, 2024 · 0 comments · Fixed by #22779
Closed

Add Hatch environment discovery #22810

flying-sheep opened this issue Jan 30, 2024 · 0 comments · Fixed by #22779
Assignees
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

@flying-sheep
Copy link

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)

@flying-sheep flying-sheep added the feature-request Request for new features or functionality label Jan 30, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jan 30, 2024
@anthonykim1 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 karrtikr assigned flying-sheep and unassigned karrtikr Feb 1, 2024
@karrtikr karrtikr added this to the March 2024 milestone Mar 15, 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.
@karrtikr karrtikr added the on-testplan Added to test plan label Mar 18, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 19, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants