Skip to content

Output cant be cleared #255946

@wanshiyuan

Description

@wanshiyuan

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.101.2
  • OS Version: Windows11

Steps to Reproduce:
execute the following code
const test = vscode.window.createOutputChannel('test', { log: true });
test.append('test1');
test.append('test2');
test.clear();
2.output can not be cleared

Image

Metadata

Metadata

Assignees

Labels

outputOutput channel system issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions