omnisharp-roslyn
omnisharp-roslyn copied to clipboard
Omnisharp not following LSP 3.17 specification
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#location
https://user-images.githubusercontent.com/59997405/212464119-f245622e-db9a-48fb-a70f-72be93460993.png
https://github.com/glepnir/lspsaga.nvim/issues/661
This is an issue derived from the previously shared uri to the issue created (and closed) @ lspsaga. Omnisharp is the only language server from the ones tested (ts, vue, go, lua, rust) that doesn't meet the standard structure of uri and range format.
This causes several functions to fail due to not following standards. Are there any plans to adapt the structure to the standard? Thanks.
I will tag @david-driscoll who was working on this.
Would be great to get this resolved
+1 experiencing the same issue
+1 Any Updates to this one?