bazelbuild / intellij

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

fix: Default to project name to workspace name instead of root directory #6458

Closed blorente closed 4 months ago

blorente commented 4 months ago

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: N/A

Description of this change

If a user has set workspace( name = "something") in their WORKSPACE file, we should probably default to that instead of the name the directory happens to have.