Releases: ocaml/ocaml-lsp
1.14.1
1.14.0
CHANGES:
Features
-
Code action for inlining let bindings within a module or expression. (#847)
-
Tag "unused code" and "deprecated" warnings, allowing clients to better
display them. (#848) -
Refresh merlin configuration after every dune build in watch mode (#853)
Fixes
-
Respect
showDocument
capabilities. Do not offer commands or code actions
that rely on this request without client support. (#836) -
Fix signatureHelp on .mll files: avoid "Document.dune" exceptions
1.13.1
1.13.0
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
CHANGES:
Features
-
Fix cancellation mechanism for all requests (#707)
-
Allow cancellation of formatting requests (#707)
-
Add
--fallback-read-dot-merlin
to the LSP Server (#705). Ifocamllsp
is
started with this new flag, it will fall back to looking for Merlin
configuration in.merlin
files rather than callingdune ocaml-merlin
.
(#705) -
Support folding more ranges (#692)