bazel-lsp in pair with vscode-bazel spams endlessly with an error when hovering over rules imported from other files.
Log from bazel-lsp:
Request textDocument/hover failed.
Message: Os {
code: 2,
kind: NotFound,
message: "No such file or directory",
}
Code: 0
[Error - 1:50:32 PM] Request textDocument/definition failed.
Message: Os {
code: 2,
kind: NotFound,
message: "No such file or directory",
}
Code: 0
[Error - 1:50:33 PM] Request textDocument/hover failed.
Message: Os {
code: 2,
kind: NotFound,
message: "No such file or directory",
}
Code: 0
... 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
$ ./bazel-lsp-0.6.0-linux-amd64 -V
bazel-lsp 0.0.0
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