Skip to content

Commit

Permalink
Added note to pyright extension's README about pylance. This addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Nov 1, 2023
1 parent e343ca7 commit ca347b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vscode-pyright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca347b6

Please sign in to comment.