cursive
cursive copied to clipboard
Synchronizing Leiningen projects give errors about writing in EDT
Since one of the recent releases (currently running 1.3.5-2024.2 and IntelliJ 2024.2.0.2) I've been getting the following error whenever I update a project.clj file or try to synchronize Leiningen projects:
Write access is allowed inside write-action only (see Application.runWriteAction()); see https://jb.gg/ij-platform-threading for details Current thread: Thread[#683,ApplicationImpl pooled thread 56,4,main] 2108988916 (EventQueue.isDispatchThread()=false) SystemEventQueueThread: Thread[#92,AWT-EventQueue-0,6,main] 123783798
IntelliJ is not providing a whole lot of info for debugging this, though. It might not be Cursive, but it only happens for Leiningen and not Deps projects, I've tried disabling Clojure Extras and Clojure Pretty Symbol to make sure it wasn't related to any of them.