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
Rudimentary support is quite easy to implement (ignoring document filters) and would fix most of the language servers based on vscode-languageserver-node that seem to only support formatting and rangeFormatting only as dynamic capability, without helix advertising support for it.
I've implemented this level of support on a personal branch and I'd be happy to open a PR but I'm waiting on a different PR to land in lsp-types#280
The text was updated successfully, but these errors were encountered:
Also I am pretty sure that I used language servers baswd on vscode-languahe-server bide where formatting was working so I am not sure that is generally true.
I would prefer to not add dynamic capability registration. It's not really useful to us and a spec compliant server should allow static registration
Rudimentary support is quite easy to implement (ignoring document filters) and would fix most of the language servers based on
vscode-languageserver-node
that seem to only supportformatting
andrangeFormatting
only as dynamic capability, without helix advertising support for it.I've implemented this level of support on a personal branch and I'd be happy to open a PR but I'm waiting on a different PR to land in
lsp-types
#280The text was updated successfully, but these errors were encountered: