cameron-martin / bazel-lsp

A language server implementation for Bazel
Apache License 2.0
41 stars 2 forks source link

fix: Go to definition in external repositories #26

Closed cameron-martin closed 7 months ago

cameron-martin commented 7 months ago

The workspace directory for external repositories is now inferred via the DO_NOT_BUILD_HERE file, if the workspace is not given to the LSP context.

Fixes #25