OmniSharp/csharp-language-server-protocol

Support for pull-based diagnostics?

cpitclaudel opened this issue · 1 comments

Pull-based diagnostics are being discussed at microsoft/language-server-protocol#737 , and there's a proposal with an implementation at https://github.com/microsoft/vscode-languageserver-node/blob/main/protocol/src/common/proposed.diagnostic.md .

I noticed that this repo sometimes implement proposals before they are finalized; is that planned for this one?

Thanks!

w0rp commented

The spec is live now. This is a suggestion I made three years ago, and it's available. If you implement this on the server side, I'd love to test it with ALE on the client side.