bazelbuild / intellij

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

Cannot save settings if ijwb directory already exists #6454

Open rbtcollins opened 1 month ago

rbtcollins commented 1 month ago

Description of the bug:

See #434 - this creates a papercut at best, frustrated user at worst. In particular, when moving from one shared .bazelproject file to a different shared .bazelproject file, this adds a (pointless?) stop, delete-hidden-dir, continue step.

I appreciate that when the bazelproject file is stored in that directory, that more care is needed, but perhaps tracking whether thats the case, and only prompting when dataloss can happen would be better.

Which category does this issue belong to?

No response

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

No response

Which Intellij IDE are you using? Please provide the specific version.

No response

What programming languages and tools are you using? Please provide specific versions.

No response

What Bazel plugin version are you using?

No response

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response