DebugAdapterExecutable
Represents a debug adapter executable and optional arguments and runtime options passed to it.
Constructors
Link copied to clipboard
constructor(command: String, args: ReadonlyArray<JsString> = definedExternally, options: DebugAdapterExecutableOptions = definedExternally)
Creates a description for a debug adapter based on an executable program.