Ocaml-lsp 1.6.0
On behalf of the ocaml-lsp team, I'd like to announce version 1.6.0 of ocaml-lsp-server. The highlight of this release is the updated version of merlin which brings lots of new bug fixes.
See full changelog
Features
- Code action to annotate a value with its type (#397)
Fixes
-
Fix interface/implementation switching on Windows (#427)
-
Correctly parse project paths with spaces and other special characters that must be escaped.
-
Print types with
-short-paths
even if the project wasn't built yet