Whinarn / vscode-python-auto-venv

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

Add poetry support #7

Closed PNoryk closed 3 years ago

PNoryk commented 3 years ago

I believe poetry is nowadays python dependency resolution practice. It would be great to add poetry support.

Whinarn commented 3 years ago

I've been working on supporting Poetry now, but have not yet properly tested everything yet. Feel free to look over the pull request, or try it out if you have the time.

I haven't used Poetry myself yet, and have only written this based on the documentation available, so I'll give it some more test runs before I push out a new version with this.

PNoryk commented 3 years ago

I'm working on the pull request. But it's my first acquaintance with vscode and its extensions (especially debuting extensions)

UPD: I've done pull request