bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65983: Eglot does not support `textDocument/diagnostic` (pull diagno


From: Justin Talbott
Subject: bug#65983: Eglot does not support `textDocument/diagnostic` (pull diagnostics)
Date: Thu, 14 Sep 2023 14:14:52 -0400

Some LSP servers, such as `ruby-lsp` (https://github.com/Shopify/ruby-lsp) don't use `textDocument/publishDiagnostic` to publish diagnostics. Instead, they expect the LSP client to poll and request diagnostics with `textDocument/diagnostic`. It would be great if Eglot would support this method of pulling diagnostics.

I first reported this on Github in the Eglot repo as a Discussion:
https://github.com/joaotavora/eglot/discussions/1290

-
best,
Justin Talbott

reply via email to

[Prev in Thread] Current Thread [Next in Thread]