-
Notifications
You must be signed in to change notification settings - Fork 293
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
Change in python version of enviroment not reflected in kernel selection #6126
Comments
@grudloff How are you deleting your environment? Does this still occur after you reload VS Code? |
I am deleting through the cli with |
@grudloff If you go into your file directory and follow the path to the interpreter, is it still there? I created a test environment, confirmed I could use it and then removed it as you did. When I reloaded VS Code the option was still there. I followed the path below in my file directory and the env "test" was still there. I had to delete it and reload VS Code for the option to be removed. |
Duplicate of #6164 |
Sorry, not a duplicate of #6164 |
I can repro this, we store the display name & the like in the kernel spec. |
Yes! Conda doesn't delete the folder after the environment is removed. |
Closing this issue, as this shouldn't be an issue anymore. |
Environment data
If an environment is deleted, and a new one is created with the same name but the python version is different this information won't be updated on the kernel selection or the interpreter selection.
The text was updated successfully, but these errors were encountered: