yoavbls / pretty-ts-errors

🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀
https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors
MIT License
13.14k stars 89 forks source link

fix npm: watch problem matcher stalling default debug task #112

Closed kevinramharak closed 1 week ago

kevinramharak commented 3 weeks ago

This PR fixes the default debug task hanging because of a non-existing problem matcher:

image

I used vs code's api reference as a reference to update the build script as well.

The esbuild Problem Matchers is added as a recommended workspace extension.

yoavbls commented 1 week ago

Thank you 🙏🏼