redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
57 stars 26 forks source link

Output view steals focus #473

Closed stimad closed 3 years ago

stimad commented 3 years ago

Hello there. I am not sure if this issue is directly related with vscode-server-connector, but I am interested if it is possible to disable behavior that output view steals focus when Wildfly server writes its output in it?

ColinAckerley commented 3 years ago

Same issue happens for me. Drives me insane because I will boot up (or even when I stop a server) a server and try to make some code changes while it boots. This is impossible to do because the cursor keeps jumping to the output window. Setting the vscodeAdapters.showChannelOnServerOutput: false option in the individual server settings and in the VSCode global settings has no effect. I would love for this issue to get fixed.

odockal commented 3 years ago

Hey. Thanks for reporting this, not quite nice behavior, I believe that we can do something about it.

odockal commented 3 years ago

To be just formally correct as of component where is should be fixed: https://github.com/redhat-developer/vscode-rsp-ui/issues/156.

robstryker commented 3 years ago

If you go to File -> Preferences -> Settings and search for servers you should see this setting:

Vscode Adapters: Show Channel On Server Output
Show Server's output channel when new text added to output stream.

You should be able to uncheck this setting.

robstryker commented 3 years ago

Closing since there is already a setting to override this behavior.