-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
area-environmentEnvironment, interpreter related issues.Environment, interpreter related issues.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priority
Description
Coming from: #1063 (comment)
Steps to repro:
- Set up multi-root workspace with two folders.
- Create venv for each of the folders
- Notice terminal activates fine, regardless of command, shellStartup,
- watch value of default interpreter path after resetting to -> python
- reload few times.
- 🐛 Value of default interpreter path changed and this switches interpreter selection on the first venv to some default interpreter path.
- 🐛 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

Metadata
Metadata
Assignees
Labels
area-environmentEnvironment, interpreter related issues.Environment, interpreter related issues.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priority