Create instant feedback when a task is clicked without waiting for the task to actually spawn server-side. #15277
Closed
Description
Is your enhancement related to a problem? Please describe.
The delay between "the user clicks on the task" and "the output terminal is getting shown". The user doesn't really know if the action (clicking on the task) has been taken into account. When the connectivity is not great, this lead to very inconvenient UX.
Describe the solution you'd like
We should look at how we can first open the terminal output, so it gives a visual feedback to the end-user, display an indicator inside of it (ex: "Task "{task-name}" - Connecting....") and then do the necessary background connection between the task running in the container and the output displayed in the IDE