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
I've been working on integrating ALE with omnisharp-roslyn's LSP server.
However, I ran into a problem where omnisharp-roslyn isn't working because ALE does not specify which capabilities it supports (see OmniSharp/omnisharp-roslyn#1499).
In looking into the code, it seems like we're just not sending anything on capabilities:
Information
VIM version
NVIM v0.3.5
Build type: Release
Operating System: macOS 10.14.5
What went wrong
I've been working on integrating ALE with omnisharp-roslyn's LSP server.
However, I ran into a problem where omnisharp-roslyn isn't working because ALE does not specify which capabilities it supports (see OmniSharp/omnisharp-roslyn#1499).
In looking into the code, it seems like we're just not sending anything on capabilities:
https://github.com/w0rp/ale/blob/3b7c86e401eb488acd8713f7c9ee81344095080d/autoload/ale/lsp/message.vim#L32-L40
I've tried changing it to something as simple as:
And it helped, but I'm not sure what capabilities we should specify here.
Do we have a comprehensive list of the capabilities that are supported by ALE?
The text was updated successfully, but these errors were encountered: