I can't seem to work inside of my already existing virtual environments. I am trying to add an interpreter location in the visual studio settings.json
{
"python.pythonPath": "C:\\Users\\timwc\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe",
"python.pythonPath": "D:\\GitProjects\\OrganizationApp\\venv1\\bin\\python"
}
However, when I restart VSC and try to change my interpreter (via the Command Palette) it doesn't show up.