Virtual environment still in interpreter list after being deleted. #7132
Labels
area-environments
Features relating to handling interpreter environments
feature-request
Request for new features or functionality
needs PR
Ready to be worked on
(using the latest nightly build of the extension)
The extension notices when I've created a new virtual environment. It should also notice when I've deleted that virtual environment (and forget it). Currently it does not.
steps:
python3 -m venv .venv
The text was updated successfully, but these errors were encountered: