Skip to content

Commit 908cbe8

Browse files
committed
Add python project button
1 parent 088d145 commit 908cbe8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ The extension uses `pip` as the default package manager, but you can use the pac
5656
| ms-python.python:pip | `pip` | Pip acts as the default package manager and it's typically built-in to Python. |
5757
| ms-python.python:conda | `conda` | The [conda](https://conda.org) package manager, as provided by conda distributions like [Anaconda Distribution](https://docs.anaconda.com/anaconda/) or [conda-forge](https://conda-forge.org/download/). |
5858

59-
### Project Creation
59+
### Project Creation and Management
60+
61+
The Python Environments extension allows you to assign additional files or folders to various environments. Using `Add Python Project` in the Python Projects view you can:
62+
63+
- Add existing projects : Allows you to select a file or folder that is currently in your VS Code workspace
64+
- Auto find projects: Searches for folders in your VS Code workspace with `pyproject.toml` and other setup files
65+
- Create new project: Create a new project from scratch
6066

6167
The **Python: Create Project** command simplifies the process of starting a new Python project by scaffolding it for you. Whether in a new workspace or an existing one, this command sets up the necessary environment and files, so you don’t have to worry about the initial setup, and only the code you want to write.
6268

0 commit comments

Comments
 (0)