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

FEATURE: Auto hide output on successful compilation #355

Open
3 tasks
glenn2223 opened this issue May 10, 2024 · 0 comments
Open
3 tasks

FEATURE: Auto hide output on successful compilation #355

glenn2223 opened this issue May 10, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@glenn2223
Copy link
Owner

Issues

As discussed in #354

Right now when you have showOutputWindowOn set to warning or error you have to manually close the output after you fix the compilation error - or every time for information.

Having to repeatedly close the output can be annoying.

Proposal

Introduce a new setting called hideOutputWindowOnSuccess which defaults to false.

When true the output window will auto-close if the compilation succeeds. This means that fixing the SASS error will automatically hide the output without having to click the "close" cross.

TODO

  • Implement the functionality
  • Add the settings to the package.json
  • Update docs

Related issues

@glenn2223 glenn2223 added documentation Improvements or additions to documentation enhancement New feature or request labels May 10, 2024
@glenn2223 glenn2223 added this to the v7 milestone May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant