auto-virtualenvwrapperAutomatically activate Python virtual environments as you navigate the source code. This is useful if you are working with a monorepo that contains sub-projects, modules, libraries or deployments with different Python dependencies. Or perhaps you want to automatically activate a development environment when you click on a test file.
FeaturesAs you can see in the following demo, the active Python environment changes as soon as a file is loaded into the editor. The environment is set by looking for the first virtual environment with matching name to the containing directory. If none is found, we look for the upper directory, and so on. RequirementsThe Python extension must be enabled for this to work. Extension SettingsThis extension has the following setting:
Known IssuesN/A |