dotfiles/vscode/.vscode/extensions/donjayamanne.python-environment-manager-1.2.4
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00
..
.devcontainer vscode 2024-06-14 09:31:58 -06:00
images vscode 2024-06-14 09:31:58 -06:00
out/client vscode 2024-06-14 09:31:58 -06:00
pythonFiles vscode 2024-06-14 09:31:58 -06:00
resources vscode 2024-06-14 09:31:58 -06:00
.eslintignore vscode 2024-06-14 09:31:58 -06:00
.vsixmanifest vscode 2024-06-14 09:31:58 -06:00
cgmanifest.json vscode 2024-06-14 09:31:58 -06:00
CHANGELOG.md vscode 2024-06-14 09:31:58 -06:00
icon.png vscode 2024-06-14 09:31:58 -06:00
LICENSE.txt vscode 2024-06-14 09:31:58 -06:00
package.json vscode 2024-06-14 09:31:58 -06:00
package.nls.json vscode 2024-06-14 09:31:58 -06:00
README.md vscode 2024-06-14 09:31:58 -06:00
requirements.txt vscode 2024-06-14 09:31:58 -06:00
ThirdPartyNotices-Repository.txt vscode 2024-06-14 09:31:58 -06:00
vscode.d.ts vscode 2024-06-14 09:31:58 -06:00

Python Environment Manager

A Visual Studio Code extension that provides the ability to via and manage all of your Python environments & packages from a single place.

Features

  • Quickly change workspace Python Environments
  • Viewing Environments specific to a Workspace
  • Viewing all of your Python environments grouped by their type (Conda, PyEnv, etc)
  • Creating a terminal with the environment activated.
  • Create/delete Conda and Virtual Environments.
  • Install specific versions of Python from PyEnv
  • View, install, update and uninstall packages in your environments
    • Ability to search and install Conda, Poetry and Pip packages
  • View outdated Conda and Pip packages
  • Support for Poetry Environments
  • Install Python along with Conda using Micromamba
  • Set a Python environment as the active workspace Python interpreter as used by the Python Extension

Coming soon

  • Improved support for Poetry
  • Improved support for PipEnv

Quickly change your Workspace Python Environment

Workspace Environments

Create Workspace Environments

Create Other Environments (Conda, PyEnv, etc)

Manage Packages (install, update, and uninstall)