Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutputChannelRegistryMainImpl

Hierarchy

  • OutputChannelRegistryMainImpl

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly commandService

commandService: CommandService

Methods

$append

  • $append(name: string, text: string, pluginInfo: PluginInfo): PromiseLike<void>

$clear

  • $clear(name: string): PromiseLike<void>

$close

  • $close(name: string): PromiseLike<void>

$dispose

  • $dispose(name: string): PromiseLike<void>

$reveal

  • $reveal(name: string, preserveFocus: boolean): Promise<void>