Skip to content

Output channel lock and unlock icons seem swapped #162263

Closed

Description

Testing #161786

  1. In an extension:
const log = vscode.window.createOutputChannel('my custom channel', { log: true });

setInterval(() => {
	log.error(new Error('x'));
}, 1000);
  1. Open the output channel view and view the output

bug
To me, it seems like the lock icon for turning on/off auto scroll is mixed up:
Screen Shot 2022-09-28 at 2 13 00 PM

Right now:

  • unlocked: auto scroll is on
  • locked: auto scroll is off

I believe the icons should be the reverse:

  • Lock: Auto scroll is on
  • Unlock: Auto scroll is off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugoutputOutput channel system issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions