You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.10.0
CHANGES:
- Add better support for code folding: more folds and more precise folds
- Fix infer interface code action crash when implementation source does not
exist (ocaml#597)
- Improve error message when the reason plugin for merlin is absent (ocaml#608)
- Fix `chdir` races when running ppx (ocaml#550)
- More accurate completion kinds.
New completion kinds for variants and fields. Removed inaccurate completion
kinds for constructors and types. (ocaml#510)
- Fix handling request cancellation (ocaml#616)
Release 1.9.0
CHANGES:
- Ppx processes are now executed correctly (ocaml#513)
- ocamllsp drops support for `.merlin` files, and as a consequence no longer
depends on dot-merlin-reader. (ocaml#523)
- New code action to automatically remove values, types, opens (ocaml#502)
Release 1.8.3
CHANGES:
- Fix debouncing of document updates. It was essentially complicated broken in
all but the most trivial cases. (ocaml#509fixesocaml#504)
- Fix completion when passing named and functional arguments (ocaml#512)