I am happy to announce, on behalf of the ocaml-lsp team, the release of ocaml-lsp-server 1.19.0 and associated libraries. This release primary goal is to bring official support for OCaml 5.2
.
Features
- Add custom
ocamllsp/getDocumentationrequest (ocaml/ocaml-lsp#1336) - Add support for OCaml 5.2 (ocaml/ocaml-lsp#1233)
Fixes
- Kill unnecessary ocamlformat processes with sigterm rather than sigint or
sigkill (ocaml/ocaml-lsp#1343)