Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qbs.clearOutputBeforeOperation adds output from previous builds #76

Open
pustekuchen91 opened this issue Jul 31, 2023 · 1 comment
Open

Comments

@pustekuchen91
Copy link

if qbs.clearOutputBeforeOperation is enabled, the behavior is weired.

If disabled:

  • build
  • build logs are written to output
  • Maually clear output
  • build
  • only new build output is in output window

if enabled:

  • build
  • build logs are written to output
  • manually clear output
  • build
  • old build log + new build logs are shown in output window ( after pressing build, the output window is cleared)

expected behavior

if enabled, only the latest build logs should be written to the output.

@denis-shienkov
Copy link
Owner

Sorry, but I'm can't reproduce your issue with the extension v2.1.4. Please provide a more info and the minimal example project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants