The human-readable name of this output channel.
Append the given value to the channel.
A string, falsy values will not be printed.
Append the given value and a line feed character to the channel.
A string, falsy values will be printed.
Removes all output from the channel.
Reveal this channel in the UI.
When true
the channel will not take focus.
Reveal this channel in the UI.
This argument is deprecated and will be ignored.
When true
the channel will not take focus.
Hide this channel from the UI.
Dispose and free associated resources.
友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场
An output channel is a container for readonly textual information.
To get an instance of an
OutputChannel
use createOutputChannel.