-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import workspace using a Project View file to choose packages #5
Comments
simontoens
added a commit
to simontoens/bazel-eclipse
that referenced
this issue
Feb 29, 2020
simontoens
added a commit
to simontoens/bazel-eclipse
that referenced
this issue
Feb 29, 2020
simontoens
added a commit
that referenced
this issue
Mar 1, 2020
simontoens
added a commit
to simontoens/bazel-eclipse
that referenced
this issue
Mar 4, 2020
…force#5 This is to allow different import code paths - the one based on projectview file changes won't construct BazelPackageInfo instances.
simontoens
added a commit
that referenced
this issue
Mar 4, 2020
simontoens
added a commit
to simontoens/bazel-eclipse
that referenced
this issue
Mar 7, 2020
simontoens
added a commit
to simontoens/bazel-eclipse
that referenced
this issue
Mar 7, 2020
plaird
pushed a commit
that referenced
this issue
Mar 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a BEF user importing a large Bazel workspace
I would like to have a file created by a colleague that lists all the packages most often modified by my team
Such that packages that I don't ever care about are not imported into the Eclipse workspace
Such that I don't have to manually click a long list of checkboxes on import.
Background:
We could use the IJ plugin project view file format to allow team members to share a common set of packages that should be loaded into the IDE at import.
Note that the project view file format has at least 10 possible sections. This ticket would just implement the directories and targets sections.
https://github.com/bazelbuild/intellij/blob/194f34b0690827918356eab5ae84fe85c8f6c50c/base/src/com/google/idea/blaze/base/projectview/section/sections/Sections.java#L27
The text was updated successfully, but these errors were encountered: