Readonly
nameThe name of this output channel.
Reveal this channel in the UI.
Optional
column: ViewColumnThis argument is deprecated and will be ignored.
Optional
preserveFocus: booleanWhen true
the channel will not take focus.
Use the overload with just one parameter (show(preserveFocus?: boolean): void
).
Reveal this channel in the UI.
Optional
preserveFocus: booleanWhen true
the channel will not take focus.
An output channel is a container for readonly textual information.
To get an instance of an
OutputChannel
use createOutputChannel.