bazelbuild / intellij

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

#6403 Fix remote development project import #6412

Closed ahmedyarub closed 2 months ago

ahmedyarub commented 2 months ago

Fix remote development by reverting the thread type used for importing projects

Checklist

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See the Contributions section in the README for more details.

Discussion thread for this change

Issue number: 6403

Description of this change

Changing the thread type used for importing projects to EDT causes Goland to create a corrupted project file. This is most probably attributed to freezing following by a dropped connection. Switching to BGT solved the problem in all of my tests.

ahmedyarub commented 2 months ago

Fixed by https://github.com/bazelbuild/intellij/pull/6395.