glenn2223/vscode-live-sass-compiler

FEATURE: Auto hide output on successful compilation

glenn2223 opened this issue · 0 comments

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