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
1* the same reason browsers do not allow js create pop ups anymore or Android/iOS let you manage notifications... devs abuse.
2* I did HIDE the output tab in the panel. Therefore, I'm expecting VSCode ignore any pop up event. The same if I hide any other element of the UI, like the status bar.
3* if I am working in the terminal tab, it switches to the output tab! Holy!
4* extensions being able to force display an output window is in feature-or-bug threshold at best.
so I propose 2 solutions:
1* ignore such behavior if the tab/panel is hidden (partial solution)
2* a global/user/workspace/extension flag disallowing ANY automatically output display, regardless the extension own implementation
Similar to #33262. Extensions dev decide to focus a certain output and the bottom panel simply shows up.
Examples:
But it's not the extension fault. We need a user toggle to disable this behavior altogether.
[EDIT]
Hiding the tab does not work! I disabled it, hiding, but once I reopen vscode (or it triggers the extension output), it REOPENS IT!
The text was updated successfully, but these errors were encountered: