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
Have no way to prevent switching to output of shell task in terminal window
Details:
I would like to be able to run a shell task without interrupting the terminal window. At the moment there is a switch over to shared terminal tab; I'd like for there to be some way to keep the messages in the tab but not switch over to the tab to see the output.
@Tyriar the problem is if there is a terminal instance already showing then the task terminal comes to front. I do call this.terminalService.setActiveInstance(terminal); but only this.terminalService.showPanel if the reveal kind !== never. Will setActiveInstance bring it to front. What is the consequence of me not calling it.
@dbaeumer not calling setActiveInstance should be fine. The task will still run in the background, but there will be no indication to the user that it was launched.
Steps to Reproduce:
Details:
I would like to be able to run a shell task without interrupting the terminal window. At the moment there is a switch over to shared terminal tab; I'd like for there to be some way to keep the messages in the tab but not switch over to the tab to see the output.
The text was updated successfully, but these errors were encountered: