vscode-bazel icon indicating copy to clipboard operation
vscode-bazel copied to clipboard

Add support for problem-matchers

Open samkhal opened this issue 5 years ago • 1 comments

The user should be able to specify a problem-matcher so that when a build is executed, the output is integrated with VSCode's problem view, in the same way as can be done with user-defined tasks.

If I understand correctly, this should be as easy as adding a new configuration variable and passing its value to the problemMatchers parameter when creating the task.

samkhal avatar Jul 02 '19 17:07 samkhal

I come across with this problem too

Yablon avatar Jul 03 '19 03:07 Yablon