jonathanrdelgado / SublimeTodoReview

A SublimeText plugin for reviewing todo (and other) comments within your code.
MIT License
338 stars 46 forks source link

Can't exclude relative to project root. #174

Open callenAUS opened 1 year ago

callenAUS commented 1 year ago

I wish to exclude //dist/ but not //src/lib/example/dist/ with the exclude_folders setting. (with // being the relative path from the project root seen here. *dist* excludes both. dist excludes everything but the //dist/ folder. //dist and extentions of it seem to do nothing.

What is the correct way to only exclude a top level folder?