cameron-martin / bazel-lsp

A language server implementation for Bazel
Apache License 2.0
36 stars 1 forks source link

feat: Add bzlmod support #1

Closed cameron-martin closed 4 months ago

cameron-martin commented 6 months ago

This uses the bazel mod dump_repo_mapping command (https://github.com/bazelbuild/bazel/pull/20686) to map repositories to their canonical form when doing go to definition and autocomplete.