You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: