linol.lsp
Types.InlayHintClientCapabilities
linol
linol.jsonrpc
type resolveSupport = {
properties : string list;
}
val create_resolveSupport : properties:string list -> resolveSupport
type t = {
dynamicRegistration : bool option;
resolveSupport : resolveSupport option;
val create : ?dynamicRegistration:bool -> ?resolveSupport:resolveSupport -> unit -> t
include Linol_lsp.Import.Json.Jsonable.S with type t := t
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t