withered-magic / starpls

An LSP implementation for Starlark, the configuration language used by Bazel and Buck2.
Apache License 2.0
99 stars 9 forks source link

Support multiple *.MODULE.bazel file #287

Open sluongng opened 1 week ago

sluongng commented 1 week ago

A new syntax include() was introduced to concat multiple *.MODULE.bazel file to the main file.

From the existing tests, the naming convention seems to be java.MODULE.bazel and python.MODULE.bazel so we can use .MODULE.bazel suffix to determine the dialect.