-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds proposal
Description
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 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.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds proposal