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
The build progress notification would only appear once the progress
values were shown in the output, i.e. [12/122]. Until progress values
appear, show a "Preparing <task>" notification. This only needs to apply
when the `showBuildStatus` value is `notification` or `progress`, since
`swiftStatus` already shows a message in the bar immediately.
This patch also only sets the `showBuildStatus` setting on a Task if it
is coming from a user defined task. Previously it was being set on
synthetic tasks which were being cached, so when the user updated the
`showBuildStatus` setting it wouldn't take effect until they restarted
the extension.
Issue: swiftlang#1322
0 commit comments