Closed
Description
openedon Sep 28, 2022
Testing #161786
- In an extension:
const log = vscode.window.createOutputChannel('my custom channel', { log: true });
setInterval(() => {
log.error(new Error('x'));
}, 1000);
- 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:
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