-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear which python is used #21881
Comments
@aeschli In the Quick Pick placeholder it shows you the path to the python that is selected. Are you suggesting more of visual icon on the path to the python in the quickpick list? |
I was confused that the hover in the status bar seems to contradict what the quick pick says. |
We have plans to re-evaluate the icons and way to highlight recommended or selected interpreter: #19904 #20275. Unfortunately I'm unable to reproduce the status bar bug. For me "env" shows up in the status bar as well. Working with @karthiknadig internally to see if he can repro. |
@aeschli Apologies, we thought we had the repro but unfortunately are not able to right now. Here's what we tried:
Would appreciate you helping with the exact steps to follow to land in this situation, where status bar is different from what picker says. |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off. Happy Coding! |
@karthiknadig @aeschli Let me know if any of you are able to provide the repro steps. |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on then we will be happy to re-open this issue to pick up where we left off. |
Testing #21878
I'm a python novice, so feel free to close the issue if all is working as expected
python3 -m venv env
hello.py
file in VS CodeThe test issue says
ensure that the selected python is the one from pre-existing .venv.
/bin/python3
Selected interpreter: ./env/bin/python
So which one is now selected?
The text was updated successfully, but these errors were encountered: