Visual Studio Code – VSCode not resolving installed python dependencies
I have a python project for which I have activated a virtualenv and installed everything in requirements.txt. This has been done manually through python -m venv /path/to/new/virtual/environment and pip install -r requirements.txt However the VSCode fails to resolve the additional…