vscode-todo-plus icon indicating copy to clipboard operation
vscode-todo-plus copied to clipboard

Respect `files.exclude` setting

Open ddorsett opened this issue 4 years ago • 2 comments

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.

ddorsett avatar Apr 22 '20 21:04 ddorsett

Maybe we should do that 🤔 in the meantime you can use the todo.file.exclude setting.

fabiospampinato avatar Apr 22 '20 21:04 fabiospampinato

I only want .dart files to be included, and all other files excluded. How do I configure this?

sunilguptasg avatar Dec 29 '22 07:12 sunilguptasg