Skip to content

Commit e2093b3

Browse files
committed
Introducing the folds
1 parent 908cbe8 commit e2093b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ The Python Environments extension for VS Code helps you manage Python environmen
1515
1616
## Features
1717

18+
The "Python Projects" fold shows you all of the projects that are currently in your workspace and their selected environments. From this view you can add more files or folders as projects, select a new environment for your project, and manage your selected environments.
19+
20+
The "Environment Managers" fold shows you all of the environment managers that are available on your machine with all related environments nested below. From this view, you can create new environments, delete old environments, and manage packages.
21+
1822
<img src=<https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/python-envs-overview.gif> width=734 height=413>
1923

2024
### Environment Management

0 commit comments

Comments
 (0)