opista / svn-blamer

📝 SVN Blamer - A VS Code extension to visually SVN-blame your code
https://marketplace.visualstudio.com/items?itemName=beaugust.blamer-vs
MIT License
18 stars 11 forks source link

chore: Fixes bug with tasks not being configured #484

Closed metacurb closed 5 months ago

metacurb commented 5 months ago

Since switching from webpack to esbuild, there was no problem matcher defined for the watch task. This defines it, and allows the task to run as expected again.