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
I would think the percentage here represents the overall progress of the task while after reading the documentation (and watched the real behavior), the percentage value will actually be summed up.
The text was updated successfully, but these errors were encountered:
Yes, this is as designed. There are two main reasons:
we do not want to allow to show negative progress (e.g. you jump from 80% to 20%)
more importantly we think that absolute progress is much harder to implement if you have two independent running tasks that finish in any order you need to synchronise somehow to know how much progress to report
Maybe part of the confusion is the name percentage that seems to indicate an absolute value. @jrieken should we rename this to worked instead or some other name that makes the relative progress more clear?
Yeah, discussed that with @joaomoreno yesterday and came to the same conclusion. I would go for increment because that leave no room for interpretation...
bpasero
added
bug
Issue identified by VS Code Team member as probable bug
and removed
*as-designed
Described behavior is as designed
labels
Mar 28, 2018
Re #46458
Based on the code sample
I would think the
percentage
here represents the overall progress of the task while after reading the documentation (and watched the real behavior), thepercentage
value will actually be summed up.The text was updated successfully, but these errors were encountered: