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
To shed some light on this issue, this is mostly due to the way we handle Range in Flèche.
Flèche uses a range type that also includes offsets, which means we have a harder time de-serializing stuff that comes from the client without and offset.
I will try to open a discussion LSP upstream, meanwhile I will provide a workaround locally.
Describe the bug
There is no
of_yojson
function for theFlecheDocument
moduleTo Reproduce
Steps to reproduce the behavior:
FlecheDocument
usingcoq/getDocument
FlecheDocument
from the JSON.Expected behavior
An implementation of
of_yojson
for this module.Desktop
Additional context
See https://coq.zulipchat.com/#narrow/channel/329642-coq-lsp/topic/coq-lsp.20and.20ocaml for more details
The text was updated successfully, but these errors were encountered: