OCaml-LSP 1.21.0
OCaml LSP Server version 1.21.0 is now available. This release introduces a new server option called standardHover that allows clients to disable the default hover provider functionality.
See full changelog
Features
- Add a new server option
standardHover, that can be used by clients to
disable the default hover provider. WhenstandardHover = false
textDocument/hoverrequests always returns with empty result. (#1416)