Releases: ocaml/ocaml-lsp
Releases · ocaml/ocaml-lsp
1.12.2
CHANGES:
Fixes
- Fix shutting down an already closed socket (#740)
1.12.1
CHANGES:
Fixes
-
Fix preprocessing, ppx, and reason support (#735 fixes #696, #706)
-
Support include
in folding ranges (#730)
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). If ocamllsp
is
started with this new flag, it will fall back to looking for Merlin
configuration in .merlin
files rather than calling dune ocaml-merlin
.
(#705)
-
Support folding more ranges (#692)
1.11.6
CHANGES:
- Stop leaking file descriptors like a sieve (#701)
1.11.5
CHANGES:
-
Fix process termination. Once the lsp server is stepped, the process will
gracefully terminate (#697, fixes #694)
-
Forward stderr from dune's merlin configuration to the lsp server's stderr
(#697)
1.11.3
CHANGES:
Fixes
- Enable dune rpc integration by default (#691, fixes #690)
1.11.2
CHANGES:
Fixes
- Fix running external processes on Windows