fabiospampinato / vscode-projects-plus-todo-plus

Bird's-eye view over your projects, view all your todo files aggregated into one.
MIT License
30 stars 1 forks source link

Default wildcard glob for embedded command filter input produces error #8

Open ghost opened 4 years ago

ghost commented 4 years ago

Inputting the default wildcard all glob for the get all embedded command produces the following error:

Command 'Projects: Embedded Todos' resulted in an error (Cannot convert undefined or null to object)

Adding any kind of characters functions as expected but the pure wildcard (and variations like **) produce the error, which is unfortunate because I primarily want to use this for grabbing everything of course.

Any help would be appreciated -- really great todo management ecosystem, giving me a lot of ideas! Thanks!