You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,20 @@ The Python Environments extension for VS Code helps you manage Python environmen
8
8
9
9
> **Important:** This extension requires the pre-release version of the Python extension (`ms-python.python`) to operate (version 2024.23.2025010901 or later).
10
10
11
+
This extension provides a Python Environments view, accessible via the VS Code Activity Bar, where you can:
12
+
13
+
- Create, delete, and manage environments
14
+
- Install and uninstall packages within the selected environment
0 commit comments