package vscoq-language-server

  1. Overview
  2. Docs
type t = {
  1. enable : bool;
    (*

    Sets whether diagnostics like errors and highlighting are sent to the client at all.

    *)
  2. full : bool;
}
val t_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> t
val yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t
OCaml

Innovation. Community. Security.