vscode-todo-plus
vscode-todo-plus copied to clipboard
Respect `files.exclude` setting
The extension should respect the excludes in settings.json from the project (and jsconfig.json). I have project-specific excludes, there doesn't seem to be a way to do that.
Maybe we should do that 🤔 in the meantime you can use the todo.file.exclude
setting.
I only want .dart files to be included, and all other files excluded. How do I configure this?