Skip to content

Output panel is not opened on outputChannel.show() call #40690

@ArtemGovorov

Description

@ArtemGovorov
  • VSCode Version: Version 1.20.0-insider (1.20.0-insider) 8f015e5
  • OS Version: OSX

Steps to Reproduce:

  1. Create an output channel outputChannel = window.createOutputChannel('Test Channel').
  2. Open it in UI, then close the Output panel.
  3. Call outputChannel.show();.
  4. 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

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityoutputOutput channel system issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions