command property

String command

The 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 the editor's built-in Node.js runtime.

Implementation

_i2.String get command => _i5.getProperty(
      this,
      'command',
    );