I've been using a python interpreter that I set in my venv the whole time for this project. Recently I changed my python interpreter which I've set as a default interpreter in my user settings like the vs docs vs code python environments describes it and also set in my JSON settings file refuses to load instead. I'm getting the default conda python interpreter with no other options.
here is my Json file:
settings.json
{
"python.defaultInterpreterPath": "C:/Users/houst/Envs/Mach/Scripts/python.exe"
}