Skip to content

Add problem matchers for Vite(+), Vitest, and Rolldown #6

@KTrain5169

Description

@KTrain5169

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions