OCaml-LSP 1.25.0
This release of ocaml-lsp-server introduces support for .mlx files, new custom requests, and configuration updates for code-lens.
Features
.mlxSupport: Added support for.mlxfiles, including diagnostics, code actions, hover, and formatting viaocamlformat-mlx.- New Custom Requests: Added
typeExpression,locate, andphraserequests to the server. - Code-Lens Configuration:
code-lensfor nestedletbindings is now configurable.
Fixes and Improvements
- Configuration Fallback: The server now falls back to
.merlinconfiguration if adune-projectfile is missing, provideddot-merlin-readeris installed. - Metrics: Improved the precision of timestamps for collected metrics.
See full changelog
Features
- Make
code-lensfor nested let bindings configurable (#1567) - Add support for
.mlxfiles, including formatting viaocamlformat-mlxand most OCaml LSP features (diagnostics, code actions, hover, etc.) (#1528) - Add
typeExpressioncustom request (#1576) - Add
locatecustom request (#1576) - Add
phrasecustom request (#1576)