Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Virtual environment still in interpreter list after being deleted. #7132

Closed as not planned
@ericsnowcurrently

Description

@ericsnowcurrently

(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:

  1. verify there are only "system" Pythons in the interpreter list (click on Python version in status bar to see available interpreters)
  2. in the workspace root, run python3 -m venv .venv
  3. verify the new virtual environment is in the interpreter list
  4. delete the ".venv" directory created in step 2
  5. check the interpreter list to see if the virtual environment is still there (it still is)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityneeds PRReady to be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions