vscoq-language-server.lsp
Settings.Diagnostics
vscoq-language-server.dm
vscoq-language-server.language
type t = {
enable : bool;
Sets whether diagnostics like errors and highlighting are sent to the client at all.
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