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

Cannot activate terminal tab when debuging #590

Closed lucian0c closed 11 months ago

lucian0c commented 1 year ago

Debugging a Tomcat project with log output to console, that are running on background (multi threading) make imposible to select terminal tab it allways return to output tab on every click. Whenever you select terminal tab it returns to the output windows because it has to show the logs. The proper function would be to avoid selecting output tab automatic.

robstryker commented 11 months ago

Please uncheck the " Show Channel On Server Output" box in your settings.

image

robstryker commented 11 months ago

Please re-open if this does not fix your problem.