lsp-example icon indicating copy to clipboard operation
lsp-example copied to clipboard

Results 2 lsp-example issues
Sort by recently updated
recently updated
newest added

Thank you for this great example! Could you please update it to the latest Omnisharp.Extensions.LanguageServer version 0.19.9? Since the versions >13.1, they discontinued the reference OmniSharp.Extensions.Embedded.MediatR. This reference is key...

I'm really new to the LSP, and I've been studying and found this article [lsp extension guide](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide) which uses TypeScript for client+server. However I'd like to use c# for the...