Closed as not planned
Description
(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:
- verify there are only "system" Pythons in the interpreter list (click on Python version in status bar to see available interpreters)
- in the workspace root, run
python3 -m venv .venv
- verify the new virtual environment is in the interpreter list
- delete the ".venv" directory created in step 2
- check the interpreter list to see if the virtual environment is still there (it still is)