bazel-contrib / vscode-bazel

Bazel support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=BazelBuild.vscode-bazel
Apache License 2.0
238 stars 77 forks source link

Support inline errors #237

Open prm-dan opened 3 years ago

prm-dan commented 3 years ago

Intellij's Bazel plugin supports showing errors inline. It's unclear if this is possible using Bazel's VS Code plugin. I don't see an obvious way to enable this.

cameron-martin commented 6 months ago

What sort of errors would you like to see? Build errors or errors from starlark evaluation or both?