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
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.
Issues
As discussed in #354
Right now when you have
showOutputWindowOn
set towarning
orerror
you have to manually close the output after you fix the compilation error - or every time forinformation
.Having to repeatedly close the output can be annoying.
Proposal
Introduce a new setting called
hideOutputWindowOnSuccess
which defaults tofalse
.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
package.json
Related issues
The text was updated successfully, but these errors were encountered: