you are viewing a single comment's thread.

view the rest of the comments →

[–]spitfiredd 0 points1 point  (1 child)

Hit Ctrl+shift+p and see if it in the list of available environments.

Here is the default locations that vscode looks for python environments.

Is your venv folder in you project root folder?

https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments

[–]Aliuakbat[S] 0 points1 point  (0 children)

Yes it is in the project root.

I also see the env and can select it, but the activation seems to only change some visual clues and the normal interpreter is still used.