microsoft / microsoft/vscode-python-environments
Compatibility with Other Extensions
@eleanorjboyd is already working on this.
Since Nov 6, 2025.
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 62
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 35
Description
Python Extension: Does call Python Environment Extension API, works except for testing architecture
Debugger Extension: Checks
**Category A: Calls the Python Environments Extension API directly based on `python.useEnviornmentsExtension` value**
- Python Extension (except for the testing architecture which needs to be fixed)
- Python Debugger Extension (only in pre-release right now)
**Category B: Still only calls the Python Extension API and thus not compatible with the Envs Ext**
- Jupyter Notebooks
**TODO:**
- determine category for the following:
- Pylance ?
- Python Tools extensions?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.