-
Notifications
You must be signed in to change notification settings - Fork 34k
Open
Labels
outputOutput channel system issuesOutput channel system issues
Description
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

Metadata
Metadata
Assignees
Labels
outputOutput channel system issuesOutput channel system issues