Module Attach_command.Arguments

type t = {
__restart : Any.t option;

Optional data from the previous, restarted session. The data is sent as the 'restart' attribute of the 'terminated' event. The client should leave the data intact.

}

Arguments for 'attach' request. Additional attributes are implementation specific.

val make : ?⁠__restart:Any.t option -> unit -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or