DebugAdapterExecutable
constructor(command: String, args: ReadonlyArray<JsString> = definedExternally, options: DebugAdapterExecutableOptions = definedExternally)(source)
Creates a description for a debug adapter based on an executable program.
Parameters
command
The command or executable path that implements the debug adapter.
args
Optional arguments to be passed to the command or executable.
options
Optional options to be used when starting the command or executable.