Commit graph

8 commits

Author SHA1 Message Date
Carlo Sala
6169792609
Update plugins/poetry-env/poetry-env.plugin.zsh 2024-11-14 08:59:58 +01:00
Kate Sullivan
bc383878e4
bugfix(plugin): correctly switch VENV when transitioning between projects directly
Properly deactivate shell if you move directly from one poetry env to another otherwise you get stuck in the old virtual env unless you hit a non poetry directory first which would trigger the deactivate command.
2024-11-13 19:07:45 -06:00
Alex Rosenfeld
0987eee190
fix(poetry-env): only run deactivate if needed (#12701)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-10-08 21:44:18 +02:00
Carlo Sala
5d2d35cd17
fix(poetry-env): do not deactivate in a subdir
Closes #12377
2024-04-23 16:21:21 +02:00
Kate Sullivan
31f2025e0f
feat(poetry-env): support changing between two venv dirs (#12346)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-04-12 09:24:54 +02:00
vladislav doster
1d09c6bb0a
style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
Zikoeng Xi
a168efe73e
fix(poetry-env): activate only if env exists (#12301) 2024-03-26 09:54:04 +01:00
ajatkj
1cc32be5f6
feat(poetry-env): create plugin (#11069) 2023-09-20 15:51:27 +01:00