Readonly
nameThe name of this output channel.
Protected
Readonly
pluginProtected
Readonly
proxyAppend the given value to the channel.
Append the given value and a line feed character to the channel.
Removes all output from the channel.
Dispose and free associated resources.
Hide this channel from the UI.
Replaces all output from the channel with the given value.
A string, falsy values will not be printed.
Reveal this channel in the UI.
Optional
preserveFocusOrColumn: boolean | ViewColumnThis argument is deprecated and will be ignored.
Optional
preserveFocus: booleanWhen true
the channel will not take focus.
Protected
validate
An output channel is a container for readonly textual information.
To get an instance of an
OutputChannel
use createOutputChannel.