VSCode has a built-in exclude setting that is used in both the explorer pane and search pane. It would make sense for this extension to also use either files.exclude or search.exclude (I would think files.exclude would make more sense).
That makes sense - I'll add it in the next update.
I've just uploaded a new version with support for the built in files.exclude. It's disabled by default as I don't want to surprise any existing users.
Please let me know if it works as you'd expect.
It looks like files which are open in the editor but supposed to be excluded will show up. This does not happen when using globs via todo-tree.filtering.excludeGlobs.
This should be fixed in the most recent version.
Fixed. Thanks!!!
Most helpful comment
That makes sense - I'll add it in the next update.