Not able to re-import a Bazel Workspace into the Eclipse Workspace #242
Labels
1.4.0
BEF 1.4.0
bug
Something isn't working
EPIC: BEF import redesign
Issues related to import of pkgs into BEF
Early on, we actively prevented users from reimporting a Bazel workspace into an Eclipse workspace. If the user deleted the projects from the Eclipse workspace, they would have still create a brand new Eclipse workspace to be able to import the Bazel workspace again. We got this idea from the behavior of the IJ plugin.
But it is unnecessary and inconvenient, especially given the fact that some BEF bugs like #241 require the user to re-import the workspace. I removed the check that prevented re-import a while back, but there are bugs such that the reimport fails. This issue will fix that.
The text was updated successfully, but these errors were encountered: