Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.43k stars 139 forks source link

Excluding folder not working #821

Open sidprice opened 8 months ago

sidprice commented 8 months ago

I have a project that uses the tinyUSB open-source USB stack. It has many TODO items in it and I am not interested in having them displayed in todo-tree. I tried to set an exclude glob, but I cannot get it to work. The path to the tinyUSB folder is:

./Core/Src/tinyUSB/src

I added the following glob:

"todo-tree.filtering.excludeGlobs": [ "**/Core/src/tinyUSB/*/**" ] I hope someone can advise. Sid