Open pgatilov opened 8 years ago
I am not sure, but I assume linters somehow report an error in this case that could be shown to the user in VS Error List.
I'll try to fix it
I have had other situations where ESLint has failed silently. Never tracked down the cause as I had no errors to work with.
Yeah, right now the extension just swallows the errors
I had a typo in my config and had the same problem (silent failure). A debug mode would be great.
Adding any kind of comment (line or block) to a linter config causes it to silently stop working.
Known to reproduce on:
Steps to reproduce (csslint example):
Actual result: all CSS warnings and errors disappear from Error List
Expected result: there should be an error saying that linter is not working at all.