Private
disposedReadonly
nameThe name of this output channel.
Protected
Readonly
pluginProtected
Readonly
proxyReveal 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.
Use the overload with just one parameter (show(preserveFocus?: boolean): void
).
Protected
validate
An output channel is a container for readonly textual information.
To get an instance of an
OutputChannel
use createOutputChannel.