redhat-developer / vscode-server-connector

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

Auto-switching to Output #602

Closed cm614x closed 8 months ago

cm614x commented 8 months ago

When developing, I have multiple terminals up for running my application in Visual Studio Code. When I go to startup the Wildfly server, it automatically switches over to the Output panel to show server logs, which is nice initially however it continually does this each time a new log is outputted. I have not been able to find anything to disable this functionality and it is highly frustrating trying to write out a commit message/any command in the Terminal panel and getting switched over to my Output panel again and again.

I would prefer it being completely disabled and when I feel the need to look at the Output panel, I can just go click it rather than being forcibly put onto that panel.

Thank you for any guidance on this in advance in case I have missed a property that disables this already!

robstryker commented 8 months ago

image

You can disable that in the settings.

cm614x commented 8 months ago

That did the trick! Thank you @robstryker!