Module Vscode.DebugConfiguration
val request : 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