OmniSharp / csharp-language-server-protocol

Language Server Protocol in C#
MIT License
516 stars 103 forks source link

Support for pull-based diagnostics? #796

Open cpitclaudel opened 2 years ago

cpitclaudel commented 2 years ago

Pull-based diagnostics are being discussed at https://github.com/microsoft/language-server-protocol/issues/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 2 years ago

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.