bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
753 stars 297 forks source link

fix: Missing directories when view_project_root is on #6493

Closed tpasternak closed 2 weeks ago

tpasternak commented 2 weeks ago

closes #6492

Checklist

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See the Contributions section in the README for more details.

Discussion thread for this change

Issue number: <please reference the issue number or url here>

Description of this change

tpasternak commented 2 weeks ago

It seems that there's no way way to test it well, as the code relies on file.listFiles()

jdai8 commented 2 weeks ago

Thanks for the quick fix!