We are pleased to announce the release of OCaml LSP 1.19.0. This version brings official support for OCaml 5.2. It also includes a new custom query to get
documentation and a fix regarding the handling of OCamlFormat processes.
See full changelog
Features
- Add custom
ocamllsp/getDocumentation
request (ocaml/ocaml-lsp#1336) - Add support for OCaml 5.2 (ocaml/ocaml-lsp#1233)
Fixes
- Kill unnecessary OCamlFormat processes with
sigterm
rather thansigint
orsigkill
(ocaml/ocaml-lsp#1343)