Skip to content

Commit 7f56ead

Browse files
committed
updating command reference
1 parent bdf9d90 commit 7f56ead

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,16 @@ The **Python Envs: Create New Project from Template** command simplifies the pro
7878

7979
## Command Reference
8080

81+
All commands can be accessed via the Command Palette (`ctrl/cmd + Shift + P`):
82+
8183
| Name | Description |
8284
| -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
83-
| Python: Create Environment | Create a virtual environment using your preferred environment manager preconfigured with "Quick Create" or configured to your choices. |
84-
| Python: Manage Packages | Install and uninstall packages in a given Python environment. |
85-
| Python: Activate Environment in Current Terminal | Activates the currently opened terminal with a particular environment. |
86-
| Python: Deactivate Environment in Current Terminal | Deactivates environment in currently opened terminal. |
87-
| Python: Run as Task | Runs Python module as a task. |
88-
| Python: Create New Project from Template | Creates scaffolded project with virtual environments based on a template. |
85+
| Create Environment | Create a virtual environment using your preferred environment manager preconfigured with "Quick Create" or configured to your choices. |
86+
| Manage Packages | Install and uninstall packages in a given Python environment. |
87+
| Activate Environment in Current Terminal | Activates the currently opened terminal with a particular environment. |
88+
| Deactivate Environment in Current Terminal | Deactivates environment in currently opened terminal. |
89+
| Run as Task | Runs Python module as a task. |
90+
| Create New Project from Template | Creates scaffolded project with virtual environments based on a template. |
8991

9092
## Settings Reference
9193

0 commit comments

Comments
 (0)