- VSCode Version: Version 1.20.0-insider (1.20.0-insider) 8f015e5
- OS Version: OSX
Steps to Reproduce:
- Create an output channel
outputChannel = window.createOutputChannel('Test Channel').
- Open it in UI, then close the Output panel.
- Call
outputChannel.show();.
- Output panel is not opened/displayed.
Works as expected in Version 1.19.1 (opens the Output panel if it is not opened when the outputChannel.show(); call is made).
Reproduces without extensions: Yes