MattiasPernhult / vscode-todo

Lists TODO:s in the project
Other
44 stars 19 forks source link

Respect "search.exclude" settings #8

Open THemming opened 8 years ago

THemming commented 8 years ago

Take the "search.exclude" setting into account when scanning for TODOs. Maybe do this by default, if "todoIgnore" is not specified.

WebFreak001 commented 8 years ago

+1, really annoying when it scans through all the node_modules

THemming commented 8 years ago

@WebFreak001 Just in case you didn't know, you can already ignore folders specifically for this extension, see https://github.com/MattiasPernhult/vscode-todo#settings. It's just that by default I think it's natural to ignore anything already specified in the search.exclude setting.

csholmq commented 8 years ago

:+1: