CLI Problem Matcher for VSCode

I’d like to create watch tasks for VSCode with problem matchers. Has anyone had success setting this up or do we need to alter the output of the CLI to enable this?

2 Likes

Could you explain how problem matchers are related to Aurelia cli? Are you using the cli to create a vscode extension with matchers?

1 Like

So that I may write a task that executes a run or watch command and have problems sent to the problems panel in the editor. I can probably get it to work with a multi-line problem matcher but just didn’t want to re-invent the wheel if someone else already has. If not I will work on it when I get a chance and post back my results.

1 Like

Guess it depends on which bundler you’re using. If webpack, wouldn’t you just use a webpack or tsc matcher? In the newer versions of Aurelia, I believe the cli just executes webpack.

1 Like