How to get vscode to show my python venv listed in the interpreters list?

Viewed 104

I use vscode for python dev on mac. in one of my projects I don't see the venv python listed in the "Select Interpreter" to select. When I use the "find" option to go to the venv/bin/python and select it it'd revert back and doesn't seem to have any effect.

enter image description here

How do I get vscode to show venv?

I'm using macOS Catalina vscode 1.54.3

1 Answers
Related