Added note to pyright extension's README about pylance. This addresses #6283.

This commit is contained in:
Eric Traut 2023-11-01 09:02:47 -07:00
parent e343ca7405
commit ca347b6b1f

View File

@ -4,6 +4,7 @@ Pyright is a full-featured, standards-based static type checker for Python. It i
Pyright includes both a [command-line tool](/docs/command-line.md) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright).
For most VS Code users, we recommend using the Pylance extension rather than Pyright. Pylance incorporates the Pyright type checker but features additional capabilities such as semantic token highlighting and symbol indexing. When Pylance is installed, the Pyright extension will disable itself.
## Documentation