VS Code - Cleanup list of interpreters

Viewed 1611

Over time I build up a lot of interpreters in my VS Code. Some of them are not working now, because I removed them, and also I removed the path in environmental variables to many of them, but those interpreters are still on the list. See picture.

The question is how to clean it up?? How do I remove those non-existent interpreters?

Thank you.

enter image description here

1 Answers

Usually, after we delete unnecessary environment folders in the project or source files, and then reload or restart VSCode, the corresponding kernel options will be deleted.

For multiple "Python: 3" (different paths) that appear in the options, we have submitted this problem, and we expect it to be resolved.

Github link: The Jupyter kernel in VSCode has duplicate options..

Related