Lsp.Server_requestSourcetype _ t = | WorkspaceApplyEdit : Types.ApplyWorkspaceEditParams.t -> Types.ApplyWorkspaceEditResult.t
t| WorkspaceFolders : Types.WorkspaceFolder.t list t| WorkspaceConfiguration : Types.ConfigurationParams.t -> Import.Json.t list t| ClientRegisterCapability : Types.RegistrationParams.t -> unit t| ClientUnregisterCapability : Types.UnregistrationParams.t -> unit t| ShowMessageRequest : Types.ShowMessageRequestParams.t -> Types.MessageActionItem.t
option
t| ShowDocumentRequest : Types.ShowDocumentParams.t -> Types.ShowDocumentResult.t
t| WorkDoneProgressCreate : Types.WorkDoneProgressCreateParams.t -> unit t| CodeLensRefresh : unit t| SemanticTokensRefresh : unit t| WorkspaceDiagnosticRefresh : unit t| UnknownRequest : string * Jsonrpc.Structured.t option -> Import.Json.t t