microsoft / vscode-python

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

Same python env reported twice on Codespaces #23704

Open DonJayamanne opened 4 months ago

DonJayamanne commented 4 months 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 4 months 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.