The command or executable path that implements the debug adapter.
Optional
args: string[]Optional arguments to be passed to the command or executable.
Optional
options: DebugAdapterExecutableOptionsOptional options to be used when starting the command or executable.
Optional
Readonly
argsThe arguments passed to the debug adapter executable. Defaults to an empty array.
Readonly
commandThe command or path of the debug adapter executable. A command must be either an absolute path of an executable or the name of an command to be looked up via the PATH environment variable. The special value 'node' will be mapped to VS Code's built-in Node.js runtime.
Optional
Readonly
optionsOptional options to be used when the debug adapter is started. Defaults to undefined.
Creates a description for a debug adapter based on an executable program.