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

Use BEP to get information about builds in progress

Open allevato opened this issue 5 years ago • 0 comments

(From #17)

We should leverage Bazel's Build Event Protocol in the extension so that we can provide various UI feedback about builds the user launches, such as (just some random ideas):

  • Progress indicators
  • Scraping common error/warning patterns from command output and surfacing the information in the Problems view
  • showing the full Bazel output in a nicely formatted webview

Like the debugger, we can "vendor" the protos we need and generate the TS interfaces for them.

allevato avatar Nov 30 '18 23:11 allevato