phindle / error-lens

Visual Studio Code extension which enhances the display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=PhilHindle.errorlens
MIT License
89 stars 40 forks source link

Need a way to ignore some files for error lens. #45

Open hussainabeer opened 2 years ago

hussainabeer commented 2 years ago

I am using tailwindcss with React, and when I use nesting plugin and @apply syntax, error lens is highlighting them as errors.

Any way to ignore a certain file for the extension?

image