Open
Description
How can the language server be configured to support multi-package setups? Specifically:
- We want to define source and test directories explicitly (e.g., src/, tst/).
- In some cases, other packages are not directory-based but are provided as JARs.
- The LSP should resolve imports, diagnostics, symbol navigation, and other features correctly across these inputs.
Is there a way to declaratively configure these settings, or is support for this kind of layout planned? I'm looking for documentation around how this configuration can be fed to the LSP.