BYU-Bazel / bazel-ls

A Bazel language server prototype
Apache License 2.0
10 stars 0 forks source link

Users are now notified of Parsing errors #138

Closed jasonxris closed 3 years ago

jasonxris commented 3 years ago

If a Bazel Syntax error causes the Workspace tree parsing to fail, The user will now receive a notification that contains the error message that has the location of the error, and the steps to get our extension working.

So instead of silently failing. Our extension users will know why the Bazel Extension is not working.