You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch. We should be using URIs instead of paths on the publishDiagnostics notification. My guess is that both vscode and coc.nvim assume the scheme is file but we should make it explicit to be more compliant with the protocol.
I know this isn't yet fully supported but I'm trying to run the server directly with Neovim's built in LSP client.
I'm seeing this error that seems to prevent the server from working at all:
This seems to be triggered by:
Neovim seems to expect that the
uri
field will start withfile://
or some other scheme.The text was updated successfully, but these errors were encountered: