microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.28k stars 1.17k forks source link

inconsistent list of interpreters #23505

Open amunger opened 2 months ago

amunger commented 2 months ago

Testing #23482

this was on Windows

I don't get a consistent list of environments with either locator, but left sides are the js locator and right sides are native.

image

image

DonJayamanne commented 2 months ago

From what I can tell in native locator the environments are always the same, except for the display names. For some reason Python extension does not generate consistent names @karthiknadig /cc

Would like to see why one of the environments has been excluded From what I can tell 3.9.13 is missing

amunger commented 2 months ago

locator.log

DonJayamanne commented 2 months ago

@amunger Please can you try this VSIX and share the screenshots and logs again. Thanks