package linol

  1. Overview
  2. Docs

A wrapper to more easily reply to notifications

val mutable uri : Lsp.Types.DocumentUri.t option
method set_uri : notify_back -> Lsp.Types.DocumentUri.t -> unit
method send_log_msg : 'a -> type_:Lsp__Types.MessageType.t -> string -> unit IO.t

Send a log message to the editor

method send_diagnostic : 'a -> Diagnostic.t list -> unit IO.t

Send diagnostics for the current document

method send_notification : 'a -> Lsp.Server_notification.t -> unit IO.t

Send a notification (general purpose method)