Skip to content

1.14.0

Compare
Choose a tag to compare
@rgrinberg rgrinberg released this 15 Oct 01:17
· 347 commits to master since this release

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