-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Value Statement
As a user I would like to be able to generate my local environment for my mono repo in a specific way and to be able to switch around them easily in vscode. For this ticket, let's implement a way for a user to add a preexisting env into python environments.
Details
I have a mono repo with multiple environments: API and Pipelines. I generate each of the .venv/ within the mono repo through poetry. This generates these two envs:
api/.venv
pipelines/.venvHowever, I seem to be unable to add them both to the environment selection:
Here you see the pipeline environment.
But when I select a different interpreter, the pipeline environment would disappear.
Ideally, I should be able to add both .venv at the same time so that I can swap them around depending on what part of the codebase I am working on.