Module Vscode.DebugConfiguration

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 request : t -> string
val type_ : t -> string
val get_property : t -> string -> Ojs.t
val set_property : t -> string -> Ojs.t -> unit
val create : name:string -> request:string -> type_:string -> ?properties:(string * Ojs.t) list -> unit -> t