I'm using pipenv for a workspace, with a Pipfile and Pipfile.lock, but when I go to Python: Select Interpreter, I only see python binaries from my $PATH, but I don't see any pipenv in the list.
I have also set "python.venvPath": "~/.virtualenvs", in my VSC settings.