Is it possible to get all LESS errors no just the first one?

29 Views Asked by At

I'm using LESS in Visual Studio 2015/Web Essentials and it's wonderful, but when there are multiple errors (such as when I rename a mixin), it only shows me the first error, and not the rest of them.

Is it possible to configure things so that I can see a list of ALL LESS compilation errors (or some reasonable number of them, like the first 100), so that I can assess the full consequences of such a rename?

0

There are 0 best solutions below