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
@spongessuck do you have problem matchers installed in your task? Does the task produce lots of output. We are aware of the fact that task with lots of output run slower due to rendering the text in the output panel.
@spongessuckhttps://github.com/spongessuck do you have problem
matchers installed in your task? Does the task produce lots of output. We
are aware of the fact that task with lots of output run slower due to
rendering the text in the output panel.
I did some measurements using the new terminal runner and here is the outcome
executing vscode compile script in a outside terminal => 84 seconds
executing vscode compile script in the integrated terminal => 92 seconds
executing the vscode compile script in the integrated terminal as a task => 157 seconds :-(
Looking into this the time is spend in the spinner animation. I removed the animation since it adds no value. Without the animation there is no time difference between the task and the integrated terminal.
Steps to Reproduce:
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: