-
Notifications
You must be signed in to change notification settings - Fork 417
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
[LSP] language server emits protocolVersion instead of jsonrpc #1312
Labels
Comments
razzmatazz
changed the title
[LSP] language server mode emits protocolVersion instead of jsonrpc
[LSP] language server emits protocolVersion instead of jsonrpc
Oct 7, 2018
I am getting the same issue. Any idea when it will be getting fixed in this repository Or how to get latest OmniSharp.LanguageServerProtocol.dll in the omnisharp-roslyn ? |
Ping.. same issue here with https://github.com/joaotavora/eglot.. |
It seems this can be closed with release 1.32.11.. |
@ilohmar right, this works now as i have checked with emacs-lsp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see this was fixed in OmniSharp/csharp-language-server-protocol#98 – would it be possible update src/Omnisharp.LanguageServerProtocol to use the updated version?
At the moment the issue is that lsp-mode from emacs fails to read response from the current implementation due to the missing
jsonrpc
property.Related to emacs-lsp/lsp-mode#415
The text was updated successfully, but these errors were encountered: