-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot send a TEXT_DOCUMENT_DID_OPEN to the language server for testing purposes #312
Comments
Ohh is this what #313 fixes? |
Yes |
Thank you @alcarney 🙇 I suspect this will resolve the issue, if so then we'll close the issue and PR. |
Ah, thank you! I have switched to using |
Unfortunately, I don't know of anything in the spec to help with this. The solution I came up with for |
I am currently migrating salt-lsp from pygls 0.11 to 1.0, which so far went without major issues except that my testing code can no longer open a file on the server by sending a
TEXT_DOCUMENT_DID_OPEN
. I was using this code:This used to work with the previous pygls version, but that now fails with:
The text was updated successfully, but these errors were encountered: