Vscode.OutputChannel
include Interop.Js.T
type t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val name : t -> string
val append : t -> value:string -> unit
val appendLine : t -> value:string -> unit
val clear : t -> unit
val show : t -> ?preserveFocus:bool -> unit -> unit
val hide : t -> unit
val dispose : t -> unit
val disposable : t -> Disposable.t