Set revealOutputChannelOn to Never in client options
Send a warn from the server
Output channel still appears regardless
EDIT: I'm using a LogOutputChannel here, and it appears to potentially behave differently in that it seems to ignore hide and show commands, and appears based on the first message that matches its verbosity level.
Reproduction
revealOutputChannelOn
toNever
in client optionsEDIT: I'm using a
LogOutputChannel
here, and it appears to potentially behave differently in that it seems to ignorehide
andshow
commands, and appears based on the first message that matches its verbosity level.