In my project folder I created venv folder.
python -m venv venv
When I in VS Code run command select python interpreter my ven
select python interpreter
There is a VSCode extension called "Python Auto Venv" that automatically detects and uses your virtual environment if there is one.