Skip to content

Commit 84734a8

Browse files
authored
Updating installed extensions section of README.md (#22893)
Adding the Python Debugger to the installed extensions section of the README.
1 parent 2159238 commit 84734a8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ The Python extension does offer [some support](https://github.com/microsoft/vsco
99

1010
## Installed extensions
1111

12-
The Python extension will automatically install the [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) extension to give you the best experience when working with Python files. However, Pylance is an optional dependency, meaning the Python extension will remain fully functional if it fails to be installed. You can also [uninstall](https://code.visualstudio.com/docs/editor/extension-marketplace#_uninstall-an-extension) it at the expense of some features if you’re using a different language server.
12+
The Python extension will automatically install the following extensions by default to provide the best Python development experience in VS Code:
1313

14-
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).
14+
- [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) - to provide performant Python language support
15+
- [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) - to provide a seamless debug experience with debugpy
16+
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).
1518

1619
## Quick start
1720

build/license-header.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PLEASE NOTE: This is the license for the Python extension for Visual Studio Code. The Python extension automatically installs other extensions as optional dependencies, which can be uninstalled at any time. These extensions have separate licenses:
22

3-
- The Jupyter extension is released under an MIT License:
4-
https://marketplace.visualstudio.com/items/ms-toolsai.jupyter/license
3+
- The Python Debugger extension is released under an MIT License:
4+
https://marketplace.visualstudio.com/items/ms-python.debugpy/license
55

66
- The Pylance extension is only available in binary form and is released under a Microsoft proprietary license, the terms of which are available here:
77
https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license

0 commit comments

Comments
 (0)