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
After the build task completes without errors, the size task runs. This is very annoying because it opens a new terminal tab when I'm trying to read the output of the build task. If I catch that the build task has something I wish to look at (e.g. warnings), the size task quickly switches in and I have to click to get back to the build task. Also, I often start the build task and then close the terminal, but the size task inevitably causes it to open back up again unannounced. Finally, I personally don't really have any need to see the size info, certainly not after every single build.
The contents of the size task should run as part of the build task (so it doesn't open a separate tab), or there should be an option to disable the size task from automatically running after the build task (something I looked for but did not find).
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Feature Request]: Running the size task after the build task succeeds should not be so interruptive
[Feature Request]: Running the size task after the build task succeeds should not be so interruptive (VSC-1100)
Apr 26, 2023
Hi @henryshunt thank you for your feedback. Will add an extension setting to disable this size task after build and share the vsix installer for you to try and see if it's okay.
After the build task completes without errors, the size task runs. This is very annoying because it opens a new terminal tab when I'm trying to read the output of the build task. If I catch that the build task has something I wish to look at (e.g. warnings), the size task quickly switches in and I have to click to get back to the build task. Also, I often start the build task and then close the terminal, but the size task inevitably causes it to open back up again unannounced. Finally, I personally don't really have any need to see the size info, certainly not after every single build.
The contents of the size task should run as part of the build task (so it doesn't open a separate tab), or there should be an option to disable the size task from automatically running after the build task (something I looked for but did not find).
The text was updated successfully, but these errors were encountered: