Vscode.DebugAdapterExecutable
val command : t -> string
val args : t -> string list
val options : t -> DebugAdapterExecutableOptions.t Interop.or_undefined
val make :
command:string ->
?args:string list ->
?options:DebugAdapterExecutableOptions.t ->
unit ->
t