Skip to content
Discussion options

You must be logged in to vote

For 1), that diagnostics source was meant to support other language servers in the future. The 'combine' algorithm was going to be different for each. For Pyright it's not a combine, but rather a replacement. I'll update the readme to make that clearer.

For 2), the pyright-langserver.js file is the js bundle that Pyright ships for running a language server. If you install Pyright from PyPi (which this is intended to be for), it would be in this location: ~/.cache/pyright-python/1.1.397/node_modules/pyright/dist/pyright-langserver.js. I'll update the readme to make this clearer too.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kkom
Comment options

Answer selected by rchiodo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7130 on April 16, 2025 16:27.