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

[Feature Request] Filter Error Providers #34

Open mpearon opened 4 years ago

mpearon commented 4 years ago

The ability to disable highlighting for errors reported by specific extensions would be great. For instance, I'm working in Markdown and have use a couple of extensions in concert with .md (Code Spell Checker and Coffee Break). Occasionally, I'll use a string for Coffee Break's sake that will trip a spelling error (Info Severity) in Code Spell Checker - which ErrorLens lights up like it's on fire. :)

If I could tell ErrorLens to ignore warnings from Code Spell Checker, that would be slick. You could even go further and get granular enough to say "ignore Info-severity from XXXX extension".

RikLamers commented 1 year ago

Would love this too! I love the option to have my code checked by code spell checker, but having Error lens freak out about a variable / word that is "unknown" is a bit to much. Is there an option to ignore certain extentions?