Closed
Description
Environment data
- VS Code version: 1.41.1
- Extension version (available under the Extensions sidebar): 2020.1.58038
- OS and version: macOS 10.14
- Python version (& distribution if applicable, e.g. Anaconda): 3.7
Expected behaviour
Be able to chose from any environment present at venvPath
Actual behaviour
Can only get recently used interpreters
No option to choose from all interpreters
This becomes a problem if you've just created an environment. I sometimes just have to close VS Code a few times or wait until whatever mechanism VS Code uses to track what directories exist at venvPath
updates.
I'm using Poetry for environments but I don't think this issue overlaps w/ #8372 insofar as, once VS Code stops showing 'select interpreter' with the 'recently used' flag, I can then see all my Poetry envs.