Module Linol_lwt.CodeActionClientCapabilities
type resolveSupport = {properties : string list;
}type codeActionKind = {valueSet : Linol_lsp__Types.CodeActionKind.t list;
}val create_codeActionKind :
valueSet:Linol_lsp__Types.CodeActionKind.t list ->
codeActionKindtype t = {codeActionLiteralSupport : codeActionLiteralSupport option;dataSupport : bool option;disabledSupport : bool option;dynamicRegistration : bool option;honorsChangeAnnotations : bool option;isPreferredSupport : bool option;resolveSupport : resolveSupport option;
}val create :
?codeActionLiteralSupport:codeActionLiteralSupport ->
?dataSupport:bool ->
?disabledSupport:bool ->
?dynamicRegistration:bool ->
?honorsChangeAnnotations:bool ->
?isPreferredSupport:bool ->
?resolveSupport:resolveSupport ->
unit ->
t