Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
luabud and brettcannon authored Nov 22, 2022
1 parent 8bbd369 commit f480446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Python extension does offer [some support](https://github.com/microsoft/vsco

## Installed extensions

The Python extension will automatically install the [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) and [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort) extensions to give you the best experience when working with Python files. However, they are both optional dependencies, meaning the Python extension will remain fully functional if either one fails to be installed. You can [uninstall](https://code.visualstudio.com/docs/editor/extension-marketplace#_uninstall-an-extension) Pylance at the expense of some features if you’re using a different language server.
The Python extension will automatically install the [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) and [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort) extensions to give you the best experience when working with Python files. However, they are both optional dependencies, meaning the Python extension will remain functional if either one is not installed. You can [uninstall](https://code.visualstudio.com/docs/editor/extension-marketplace#_uninstall-an-extension) Pylance at the expense of some features if you’re using a different language server.

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).

Expand Down

0 comments on commit f480446

Please sign in to comment.