Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensions forcing the output panel to show up unexpectedly is getting out of hand #112345

Closed
juliohm1978 opened this issue Dec 12, 2020 · 2 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) output Output channel system issues

Comments

@juliohm1978
Copy link

A number of issues have been reported already from people complaining that the Output panel keeps coming up and grabing focus away from the keyboard. Reports date back to a few years now (#31474).

A couple of examples:
image

image

This happens unexpectedly everytime a file is opened or when something happens that's handled by the extension (ie: compilation errors, warnings, deprecated apis, outdated tools, you name it).

The fact that extension developers need to explicitly specify preserveFocus: true makes for an awkward default. The list keeps growing, and it is becoming unaccetable to ask vscode users to keep opening issues to extension developers across the board telling them their extensions are misbehaving.

Ideally, a global setting to prevent this panel from popping up automatically would also be available. Arguably, it should never grab focus, unless explicitly told to.

Please consider changing the default.

Thank you!

@sandy081 sandy081 added the output Output channel system issues label Dec 14, 2020
@sandy081
Copy link
Member

/duplicate

#105270

@github-actions github-actions bot locked and limited conversation to collaborators Jan 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) output Output channel system issues
Projects
None yet
Development

No branches or pull requests

3 participants
@juliohm1978 @sandy081 and others