microsoft / microsoft/vscode-python-environments
Extension breaks python envy and associated use-case
@eleanorjboyd arbeitet bereits daran.
Seit 28.7.2025.
- Vorherrschende Sprache
- TypeScript
- Sterne
- 138
- Forks
- 62
- Ø Merge
- 1 T. 4 Std.
- Gemergte PRs (30 T.)
- 35
Beschreibung
I have a monorepo where i have independent pyproject.toml in project directories e.g.
- pyproject.toml
- libs
-- package
--- pyproject.toml
where I have it save the python environments in a local .venv like so
- .venv
- pyproject.toml
- libs
-- package
--- .venv
--- pyproject.toml
I use an extension called [python envy](https://marketplace.visualstudio.com/items?itemName=teticio.python-envy) and this allows me to now have separate projects that import each other using poetry development dependencies. python envy naturally switches between interpreters as you navigate the project.
This extension appears to completely break this use-case and extension.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.