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
Added a new boolean setting `qbs.clearOutputBeforeOperation`. If it is
set to the true, then all previous console logs will be cleared before
starting the next operation. Works only for Clean, Resolve, Build, and
ReBuild operations.
Task-number: #48
Added the new boolean setting qbs.clearOutputBeforeOperation, called as "Clear the output before starting the operation." If this setting is true, then the console output will be erased before starting any of such operations: Resolve, Clean, Build, ReBuild.
Right now the build does not removed before the building, which is confusing because it is unclear where the previous one ends and the new one begins.
The text was updated successfully, but these errors were encountered: