Auto-selection doesn't select local environment for brand-new workspace when using Insiders #16704
Labels
area-environments
Features relating to handling interpreter environments
bug
Issue identified by VS Code Team member as probable bug
investigating
We are looking into the cause of the issue
regression
Bug didn't exist in a previous release
Environment data
[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Notes
When setting breakpoints on L273 and L275 of
autoSelection/index.ts
the list of interpreters seems to return the local env correctly, but then for some reason it doesn't get stored or updated properly:vscode-python/src/client/interpreter/autoSelection/index.ts
Lines 262 to 282 in 0a82e6b
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: