Coming from: https://github.com/microsoft/vscode-python-environments/issues/1063#issuecomment-3836711775 Steps to repro: 1. Set up multi-root workspace with two folders. 2. Create venv for each of the folders 3. Notice terminal activates fine, regardless of command, shellStartup, 4. watch value of default interpreter path after resetting to -> python 5. reload few times. 6. 🐛 Value of default interpreter path changed and this switches interpreter selection on the first venv to some default interpreter path. 7. 🐛 Interpreter selected seems like python3.8 not the 3.14 shown in UI? https://github.com/user-attachments/assets/4b165d40-52f7-4eb5-a3e5-1c23436a06e8 Running ``` anthonykim@Anthonys-MacBook-Pro-2 folder1 % python3 -c "import sys; print(sys.executable)" /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ``` <img width="1090" height="1008" alt="Image" src="https://github.com/user-attachments/assets/118770d5-dcd7-4482-a4da-ac0228ef90d4" />
Coming from: #1063 (comment)
Steps to repro:
https://github.com/user-attachments/assets/4b165d40-52f7-4eb5-a3e5-1c23436a06e8
Running