microsoft / vscode-python

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

Same python env reported twice on Codespaces #23704

Open DonJayamanne opened 1 week ago

DonJayamanne commented 1 week ago

Fixed in Native Locator, but in stable locator, we list the same env twice.

/usr/local/python;/current/bin/python == /usr/local/python;/current/bin/python3

Image

DonJayamanne commented 1 week ago

@karthiknadig only listing these as, these are cases where comparing the count of envs against native locator envs would be different as in some cases such as this the envs reported by stable locator are incorrect.