Tomasz Pasternak
Tomasz Pasternak
> @tpasternak @mai93 , would you be okay if I open a PR with the cleanups and we merge this? Some of our users really liked the feature, and it...
Just for the future - associates is in some way similar to go's `embed` https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/rules.md#go_binary-embed
I'm not sure, as I wasn't able to reproduce it. I've been struggling with `site-packages`-prefixed package names, but it's fixed in #3808
Hey @saxicek the auto import feature can be disabled by changing the `bazel.auto.import.disabled` registry key https://github.com/bazelbuild/intellij/pull/3885/files Closing the issue for now, please feel free to reopen
@LeFrosch is it still an issue?
so let's close it then
Unfortunately I can't estimate when and if I will have time to work on it
On the other hand, if I move `getOrCreateKotlinLibrary` outside `invokeAndWait` (EDT), I'm getting this: ``` java.lang.IllegalStateException: Current thread: Thread[BlazeSyncManager-0,5,main]; expected: Thread[AWT-EventQueue-0,6,main] at com.intellij.openapi.application.impl.ReadMostlyRWLock.checkWriteThreadAccess(ReadMostlyRWLock.java:315) at com.intellij.openapi.application.impl.ReadMostlyRWLock.checkForPossibilityOfWriteLock(ReadMostlyRWLock.java:250) at com.intellij.openapi.application.impl.RwLockHolder.startWrite(RwLockHolder.kt:507) at com.intellij.openapi.application.impl.RwLockHolder.runWriteAction(RwLockHolder.kt:352) at...
So honestly I can't reproduce that. I just need more details. Btw is it possible it was caused by the fact that your remote machine has been setup with the...
I would try with this : ``` ~/.local/share/JetBrains/ ~/.cache/JetBrains/ ~/.config/JetBrains/ ``` and also .ijwb, .clwb and .idea (if you have one) in the project dir. I was trying it by...