Whinarn / vscode-python-auto-venv

Automatic selection of Python virtual environments in Visual Studio Code.
MIT License
9 stars 5 forks source link

add activation poetry enviroment #10

Closed PNoryk closed 3 years ago

PNoryk commented 3 years ago

Related issues https://github.com/Whinarn/vscode-python-auto-venv/issues/7

Describe the changes add poetry support

How to test Create poetry environment and open python file

Further details

Whinarn commented 3 years ago

Hi @PNoryk, thank you for contributing. I was not aware that you were working on a pull request so I got started on one as well that also adds support to uninstall environments. But I also took the opportunity to improve and make it easier to add support for more dependency management tools in the future. Could you please have a look and potentially try it out? You can find it here: https://github.com/Whinarn/vscode-python-auto-venv/pull/8

I have tested it a bit more today and it appears to work fine for me.

PNoryk commented 3 years ago

Hi @Whinarn. I'll test it in a few days. I'll try to do it ASAP. I'll let you some feedback about your #8