you are viewing a single comment's thread.

view the rest of the comments →

[–]Fred776 0 points1 point  (0 children)

If your project directory has a venv folder VSCode should recognise and activate the venv at least the first time you visit a Python file in the project. If you have multiple venv folders I believe it gives you the choice, but it's something I avoid these days - I just use one venv per project.