-
Notifications
You must be signed in to change notification settings - Fork 21
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
Workspace Conda, Poetry, Virtual Envs #22
Comments
Done |
what needs to be done to support Hatch? (I'm the maintainer) |
@ofek You can add FYI, this is an intermediate bridging tool, with the intent that this will allow us to break out the tightly coupled environment code in the python extension. On the python extension side I will be opening up a set of APIs that allow environment managers to ship support in their own extensions. For env types supported here like pyenv, poetry, conda, etc, we expect those to be removed (from here) as and when extension for those env managers will ship. The reason we made this tool was to set a baseline expectation for discovery in python extension. So when env managers ship their own extensions there is some benchmark for expected performance. The TS discovery code was outdated and overdue a refresh, hence this re-write. |
@ofek
Next update the Bulk of the code in Poetry is used to locate the directory where Poetry environments are located. E.g. for hatch once you find environments, (I think), you will then go through the file Hope this helps. Oh yes, please do not spaw |
Note: Ignore
hatch
for nowThe text was updated successfully, but these errors were encountered: