-
Notifications
You must be signed in to change notification settings - Fork 313
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
Importing an existing repository shows no relevant files #6423
Comments
@jfirebaugh When you import the project with the "Open" button, by default you end up with an empty import. Please edit the projectview file and sync. |
That's a pretty confusing behavior... I think the average user, like me, is just going to think the plugin is broken. Could the default be to include everything, instead of excluding everything? Or could the "Open" button just use the default IntelliJ behavior for generating a project? |
Excluding everything is a safer option. Many Bazel projects are so large that it's not even possible to import them in their entirety. Moreover, importing an empty project happens instantly, allowing users to immediately start populating the project view file after opening. I recommend:
We are also open to suggestions on how to make this process more explicit and user-friendly. |
I assume this is resolved as of #6596, @tpasternak wdyt? |
Yeah, I think so |
I'm still experiencing the issue in:
|
Description of the issue. Please be specific.
I tried to open https://github.com/aspect-build/aspect-cli. The project doesn't show any of the files in this repository.
What's the simplest set of steps to reproduce this issue? Please provide an example project, if possible.
Expected result:
Project view shows all of the files in the directory.
Actual result:
Project view shows only the .ijwb directory, nothing else.
Version information
IdeaUltimate: 2024.1
Platform: Mac OS X 14.4.1
Bazel for IntelliJ plugin: 2024.03.26.0.1-api-version-241
Bazel: 7.0.2
The text was updated successfully, but these errors were encountered: