How to only return a subfolder and ignore the rest? #85
Unanswered
MikeLanglois
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a workspace in vs code that has multiple subfolders within, and I am only interested in better-todo-tree scanning one of them, the others I want to ignore:
Folder1
I want to only scan subfolder 2 for example, and ignore everything else (including any files in folder1)
Is there a way to do this? The documentation says excludeGlobs is applied after Include so I structured it as:
but this completely removed all results, including those in completely different workspaces?
All reactions