Bazel Eclipse can't resolve the srcs attribute in the module1 package
srcs is defined using the filegroup rule.
Steps to reproduce:
- clone [email protected]:salesforce/bazel-ls-demo-project.git
- add
small/.eclipse/.bazelproject with the following content
directories:
.
derive_targets_from_directories: true
target_provisioning_strategy: project-per-package
- import
bazel-ls-demo-project/small
You will see that the module1 project has no source folder.