actboy168 / vscode-tasks

MIT License
37 stars 14 forks source link

star (*) in filepattern #33

Closed kraabrsg closed 3 years ago

kraabrsg commented 3 years ago

Hi, thank you for this nice little extension. It would be nice to add support for filepatterns like *.txt
Patterns like "xxx." are working nicely...

Thanks!

actboy168 commented 3 years ago

The current syntax is regex, although I also prefer glob.

kraabrsg commented 3 years ago

Ahh, i should have tried that first, thanks!