You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm not sure if the issue should be here but this is the lesser of evils I could find.
We have a project which we're migrating from maven to bazel and since people want some side-by-side time they're using the maven intellij integration (partially since the intellij support for scala is still under work) to work inside the IDE.
The problem is that IntelliJ takes a lot of time (stopped waiting after 15 minutes) to scan the files in bazel-out and the like. I'm pretty sure this doesn't happen when the project is opened as Bazel since I guess the plugin somehow configures intellij to ignore/not scan those folders.
If I'm correct I wanted to ask if the plugin could define those directories as ignored globally and not only for bazel projects. Of course one can decide this setting should be opt-in for the unlikely case where I have a bazel-out folder which I want scanned but in general this would help ease the migration from maven to bazel.
Hi,
I'm not sure if the issue should be here but this is the lesser of evils I could find.
We have a project which we're migrating from maven to bazel and since people want some side-by-side time they're using the maven intellij integration (partially since the intellij support for scala is still under work) to work inside the IDE.
The problem is that IntelliJ takes a lot of time (stopped waiting after 15 minutes) to scan the files in bazel-out and the like. I'm pretty sure this doesn't happen when the project is opened as Bazel since I guess the plugin somehow configures intellij to ignore/not scan those folders.
If I'm correct I wanted to ask if the plugin could define those directories as ignored globally and not only for bazel projects. Of course one can decide this setting should be opt-in for the unlikely case where I have a bazel-out folder which I want scanned but in general this would help ease the migration from maven to bazel.
cc @steren
The text was updated successfully, but these errors were encountered: