microsoft / vscode-jshint

VSCode extension to integrate jshint into VSCode
https://marketplace.visualstudio.com/items?itemName=dbaeumer.jshint
MIT License
72 stars 48 forks source link

Return empty diagnostics when file is excluded #27

Closed kieferrm closed 8 years ago

kieferrm commented 8 years ago

Currently we remove null which is bogus.

1) open a js file with jshint warnings\errors 2) exclude the file using the workspace settings 3) reopen the file from step 1 -> old warnings are still there although the file is excluded