microsoft / microsoft/vscode-python-environments
Extension support for environment managers
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 138
- 派生
- 62
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 35
描述
Overview
The intent of the Python Environments extension is to enable developers to provide support for their favorite Python environment and package managers by shipping support via its own extension. This extension provides mechanisms for users to interact with environment managers to create, select, and install packages, etc. Your extension will depend on this extension for user interactions, and you can handle the various core features of the environment manager in your extension. This ensures a consistent experience for the user with specific support for each environment manager.
We are looking for community support to build and maintain these extensions!
APIs
This extension provides a set of APIs for developers to register their own Environment and Package managers. We are also looking for feedback on the APIs. See here for more details: https://github.com/microsoft/vscode-python-environments?tab=readme-ov-file#api-reference-proposed
Help wanted
Environment manager
| Env manager | Status |
|---|---|
venv |
Built-in [1] |
conda |
Expecting community extension [2] |
poetry |
Expecting community extension |
pyenv |
Expecting community extension |
pixi |
In progress @jjjermiah |
hatch |
In progress @flying-sheep |
pipenv |
Expecting community extension |
uv |
Expecting community extension |
activaState |
Expecting community extension |
[1]: venv (built-in) will use uv if available for environment creation, package install and delete.
[2] : We have demo support for conda to show case some of the features of the extension. But we are expecting community extension for full featured support (like for example stacked envs in conda)
Package manager
| Package Manager | Status |
|---|---|
pip |
Built-in |
conda |
Expecting community extension [1] |
[1] : We have demo support for conda to show case some of the features of the extension. But we are expecting community extension for full featured support.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 issue 中链接的拟议 API 参考文档开始,并比较 environment-manager 和 package-manager 表。选择一个 manager,并确定通过注册 API 所期望的完整支持;完成这项工作需要一个受维护的社区扩展,但 issue 没有指明任何 repository 文件或测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python, typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100