-
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
Status bar displays wrong conda environment name #3044
Comments
Please type the following command in your terminal and let me know what you get: |
@DonJayamanne Here you go:
|
Thanks, this could be a flaw in the way we detect the
|
Regarding your first question, I added
|
|
@janosh |
@DonJayamanne I'm running v1.29.0 and the status bar still displays |
Unfortunately I'm still unable to replicate this at my end, hopefully this will get fixed with #3406 |
Interestingly, I just once again tried selecting another env and going back to the original one and now it's displaying correctly. No idea why it behaved differently this time around but it appears as though the problem is fixed. |
Closing in favor of #3406 |
VS Code displays wrong environment name in the status bar (see below screenshots). Shows
base
even thoughte
is currently active.Probably unrelated but perhaps worth mentioning: pylint marks all local imports as
E0401:Unable to import
.Environment data
Actual behavior
Expected behavior
Status bar shows
Python 3.6.6 64-bit ('te': conda)
.Steps to reproduce:
Unknown
Logs
Python output
Output from
Console
under theDeveloper Tools
panelNothing unusual
The text was updated successfully, but these errors were encountered: