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
+4-4
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ The Python extension will automatically install the following extensions by defa
16
16
17
17
These extensions are optional dependencies, meaning the Python extension will remain fully functional if they fail to be installed. Any or all of these extensions can be [disabled](https://code.visualstudio.com/docs/editor/extension-marketplace#_disable-an-extension) or [uninstalled](https://code.visualstudio.com/docs/editor/extension-marketplace#_uninstall-an-extension) at the expense of some features. Extensions installed through the marketplace are subject to the [Marketplace Terms of Use](https://cdn.vsassets.io/v/M146_20190123.39/_content/Microsoft-Visual-Studio-Marketplace-Terms-of-Use.pdf).
18
18
19
-
## Extensibility
19
+
## Extensibility
20
20
21
-
The Python extension provides pluggable access points for extensions that extend various feature areas to further improve your Python development experience. These extensions are all optional and depend on your project configuration and preferences.
21
+
The Python extension provides pluggable access points for extensions that extend various feature areas to further improve your Python development experience. These extensions are all optional and depend on your project configuration and preferences.
|`Python: Select Interpreter`| Switch between Python interpreters, versions, and environments. |
73
-
|`Python: Start REPL`| Start an interactive Python REPL using the selected interpreter in the VS Code terminal. |
73
+
|`Python: Start Terminal REPL`| Start an interactive Python REPL using the selected interpreter in the VS Code terminal. |
74
74
|`Python: Run Python File in Terminal`| Runs the active Python file in the VS Code terminal. You can also run a Python file by right-clicking on the file and selecting `Run Python File in Terminal`. |
75
75
|`Python: Configure Tests`| Select a test framework and configure it to display the Test Explorer. |
0 commit comments