This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
Is there an option to create the virtualenv in project folder? (similar to Poetry) #30
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I still use a virtualenv for my projects since it is easier since VSCode is able to automatically detect a venv folder if it is in the workspace directory, and hence all type hintings/imports get detected automatically without any further steps required.
Describe the solution you'd like
Something similar that was implemented for Poetry python-poetry/poetry#108
Poetry has a config key as follows:
The text was updated successfully, but these errors were encountered: