Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputChannel

An output channel is a container for readonly textual information.

Hierarchy

  • OutputChannel

Index

Properties

Methods

Properties

Readonly name

name: string

The name of this output channel.

Methods

append

  • append(value: string): void

appendLine

  • appendLine(value: string): void

clear

  • clear(): void

dispose

  • dispose(): void

hide

  • hide(): void

show

  • show(preserveFocus?: boolean): void
  • Reveal this channel in the UI.

    Parameters

    • Optional preserveFocus: boolean

      When 'true' the channel will not take focus.

    Returns void