Pyright's language server doesn't accept textDocument/didOpen
?
#2632
decorator-factory
started this conversation in
General
Replies: 1 comment 1 reply
-
I would expect this to work. Here's where pyright's language server handles this message: . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to work with the Pyright language server. I'm sending this message after the
initialize
message got a response:But I get this in response:
What am I doing wrong? The language server included
'textDocumentSync': 2
in its capabilities, so shouldn'ttextDocument/didOpen
work?I got quite overwhelmed by the LSP specification... So I'm not sure how to even debug this.
Beta Was this translation helpful? Give feedback.
All reactions