microsoft / language-server-protocol

Defines a common protocol for language servers.
https://microsoft.github.io/language-server-protocol/
Creative Commons Attribution 4.0 International
10.95k stars 766 forks source link

Add Pyright to the list of language servers #1824

Closed fwcd closed 9 months ago

fwcd commented 9 months ago

Given that the old Python language server has been deprecated, it might be worth pointing users to a newer alternative.

Pyright is an open-source type checker that can function as a standalone language server.

Note: This is not to be confused with the Pylance language server, which also uses Pyright, but is closed-source and may only be used in official VSCode builds.