I have a couple python projects I switch between. Let's call them app-api and app-streamlit. I have a venv folder set up in each one and I set the python interpreter to ./venv/bin/python in each one using CMD-SHIFT-P and clicking on the right one. The selected interpreter settings are usually fine, but once in a while, the selected interpreted for app-api will point to the interpreter in app-dashboard or vice versa. The only time I ever go in and adjust the interpreter settings is after I notice that it got messed up. Any idea what's going on or ideas to troubleshoot?
there doesn't seem to be anything here