createTerminal property

({Terminal Function(TerminalOptions options) $1, Terminal Function(ExtensionTerminalOptions options) $2, Terminal Function([String? name, String? shellPath, Object? shellArgs]) $3}) get createTerminal

Overload accessor: $1, $2, $3

Implementation

({
  /// Creates a {@link Terminal} with a backing shell process. The cwd of the terminal will be the workspace
  /// directory if it exists.
  /// Creates a {@link Terminal} with a backing shell process.
  /// Creates a {@link Terminal} where an extension controls its input and output.
  _i4.Terminal Function(_i4.TerminalOptions options) $1,

  /// Creates a {@link Terminal} with a backing shell process. The cwd of the terminal will be the workspace
  /// directory if it exists.
  /// Creates a {@link Terminal} with a backing shell process.
  /// Creates a {@link Terminal} where an extension controls its input and output.
  _i4.Terminal Function(_i4.ExtensionTerminalOptions options) $2,

  /// Creates a {@link Terminal} with a backing shell process. The cwd of the terminal will be the workspace
  /// directory if it exists.
  /// Creates a {@link Terminal} with a backing shell process.
  /// Creates a {@link Terminal} where an extension controls its input and output.
  _i4.Terminal Function([
    _i2.String? name,
    _i2.String? shellPath,
    _i2.Object? shellArgs,
  ]) $3,
}) get createTerminal => (
      $1: _createTerminal$1,
      $2: _createTerminal$2,
      $3: _createTerminal$3,
    );