Gruntfuggly / todo-tree

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

File exclusion by glob doesn't #775

Open TuggyNE opened 11 months ago

TuggyNE commented 11 months ago

My settings.json has this preference (set from the UI):

    "todo-tree.filtering.excludeGlobs": [
        "**/node_modules/*/**",
        "**/*.calva-repl",
        "**/*.txt",
        "**/*.TXT",
        "**/*.log"
    ]

It doesn't work. .calva/output-window/output.calva-repl relative to the project root is included. Given the setting docs, I can't figure out how this could possibly be specified any differently.

This bug makes the extension unusable because its numerous extremely pathological performance cases cannot be worked around at all. I was using 0.0.226 in VS Code 1.80.1 on macOS 12.6.7.