Replies: 1 comment 9 replies
-
|
Hey @fdietze! Good question, we actually by default don't do this. The full import is actually pretty expensive, so try to not hammer the user with requests if they are making a bunch of changes one right after the other. Typically in a senario like this I just say "Not now" which will silent it for a while, and then manually trigger the build import when I'm done. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is there a way to always auto-import the project, instead of getting prompted after changing the
build.sbt?When editing quickly, sometimes the prompt gets in the way.
Might be related to #328
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions