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
Folding ranges are controlled through the capability textDocument/foldingRange. This capability is currently not deserialized correctly at the server side.
Folding ranges are controlled through the capability
textDocument/foldingRange
. This capability is currently not deserialized correctly at the server side.Given initialize params like this:
The OnInitialize handle will get a capability model like this:
The text was updated successfully, but these errors were encountered: