Problem matchers are regex strings and definitions that tell VS Code either when a problem occurred or when a background process finished its "setup". This is particularly used for tasks and debug launch configurations.
It would be nice if Vite(+), Vitest, and Rolldown's terminal text, the ones which are outputted once build/watch has begun and ended, are added as problem matchers in the Vite Plus extension. This way, users can easily use the problem matchers by installing the extension and using a provided string, instead of having to construct the regex every time, which can be helpful for users who use the debug launch configuration and tasks configuration heavily.
https://marketplace.visualstudio.com/items?itemName=connor4312.esbuild-problem-matchers is an implementation, but for esbuild
Problem matchers are regex strings and definitions that tell VS Code either when a problem occurred or when a background process finished its "setup". This is particularly used for tasks and debug launch configurations.
It would be nice if Vite(+), Vitest, and Rolldown's terminal text, the ones which are outputted once build/watch has begun and ended, are added as problem matchers in the Vite Plus extension. This way, users can easily use the problem matchers by installing the extension and using a provided string, instead of having to construct the regex every time, which can be helpful for users who use the debug launch configuration and tasks configuration heavily.
https://marketplace.visualstudio.com/items?itemName=connor4312.esbuild-problem-matchers is an implementation, but for esbuild