denis-shienkov / vscode-qbs

Qbs Tools extension for VSCode
MIT License
24 stars 12 forks source link

Cleanup build log before every build #48

Closed denis-shienkov closed 3 years ago

denis-shienkov commented 3 years ago

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.

denis-shienkov commented 3 years ago

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.

Done.