Retko
Retko

Reputation: 382

VS Code - Cleanup list of interpreters

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

Upvotes: 4

Views: 4845

Answers (1)

Jill Cheng
Jill Cheng

Reputation: 10372

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..

Upvotes: 2

Related Questions