fimbullinter / wotan

Pluggable TypeScript and JavaScript linter
Apache License 2.0
282 stars 23 forks source link

file-filter: handle useSourceOfProjectReferenceRedirect #753

Open ajafff opened 3 years ago

ajafff commented 3 years ago

This mainly affects the LanguageService plugin. Currently a file of a project references is linted multiple times: once in the project that includes it and then for every (loaded) project that references that project

This actually doesn't happen in VS Code. Still leaving this open since #757 depends on this.