Skip to content

Releases: ocaml/ocaml-lsp

1.11.1

17 Apr 18:49
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Fix Uri handling on Windows

  • Fix build on MSVC 2015

1.11.0

15 Apr 00:32
Compare
Choose a tag to compare

CHANGES:

Features

  • Add support for dune in watch mode. The lsp server will now display build
    errors in the diagnostics and offer promotion code actions.

  • Re-introduce ocamlformat-rpc (#599, fixes #495)

Fixes

  • Fix workspace symbols that could have a wrong path in some cases
    (#675)

1.10.6

08 Apr 01:20
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Compatiblity with OCaml 4.14.0

1.10.5

07 Apr 20:27
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Patch merlin to remove the result module

1.10.4

07 Apr 18:19
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Use newer versions of ocamlformat-rpc-lib (fixes #697)

1.10.3

23 Feb 05:59
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Fix more debouncing bugs (#629)

1.10.2

18 Feb 17:59
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Catch merlin desturct exceptions (#626)
  • Fix broken debouncing (#627)

1.10.1

11 Feb 22:12
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Fix executing ppx executables

1.10.0

10 Feb 23:23
Compare
Choose a tag to compare

CHANGES:

Features

  • Add better support for code folding: more folds and more precise folds

Fixes

  • Fix infer interface code action crash when implementation source does not
    exist (#597)

  • Improve error message when the reason plugin for merlin is absent (#608)

  • Fix chdir races when running ppx (#550)

  • More accurate completion kinds.
    New completion kinds for variants and fields. Removed inaccurate completion
    kinds for constructors and types. (#510)

  • Fix handling request cancellation (#616)

1.9.1

25 Nov 00:50
Compare
Choose a tag to compare

CHANGES:

Fixes

  • Disable functionality reliant on ocamlformat-rpc for now (#555)

  • 4.13 compatiblity