-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add verbose mode for debugging purposes #37
Comments
I suspect this is an issue in https://github.com/facebook/starlark-rust. Do you mind opening an issue there? |
I think this is actually the result of directly converting Do you have a reproducer for this, so I can have a play around? |
I don't have anything on hand that I can post publicly, but I'll try to create a new project on bazel 6.5 like I have, I think it will work, let me check |
unfortunately I was unable to reproduce it separately |
bazel-lsp in pair with vscode-bazel spams endlessly with an error when hovering over rules imported from other files.
Log from bazel-lsp:
... and so on.
Unfortunately this information is not enough to understand what file or directory it is trying to find, and where.
Would be cool to add more info to those messages, probably under --verbose flag
bazel-lsp version: 0.6.0
P.S. One another bug - incorrect version reporting
The text was updated successfully, but these errors were encountered: