microsoft / vscode-htmlhint

VS Code integration of HTMLHint, an HTML linter.
MIT License
50 stars 35 forks source link

extension scans node_modules directory #27

Open mike-kaufman opened 7 years ago

mike-kaufman commented 7 years ago

Per review comment here, we're scanning files in node_modules directories.

Probably need to include an option to not do this.

kurtextrem commented 7 years ago

https://github.com/yaniswang/HTMLHint/issues/109 -> passing an arg might be enough?

radeno commented 7 years ago

Any progress of this?

Because it is little bit annoying to see this: screen shot 2017-08-15 at 09 57 56 and you know that almost all are from node_modules directory.

rafalschmidt97 commented 7 years ago

The only way I found to solve this is just add node_modules to "files.exclude"

egamma commented 7 years ago

Actually the scanning is done by another extension. This is explained here https://github.com/Microsoft/vscode/issues/22289#issuecomment-335144459