Import Build everytime I open IDE when using sbt as build server #3751
Replies: 2 comments 8 replies
-
Hey @vanhtuan0409! Can you tell me a bit more about your workflow? Depending on the flow there shouldn't be a prompt to import your build every time unless something in your build definition has changed. Especially if you already have sbt running, when you open it with Metals it should simply connect, possibly need to reload if it detects a change, and then that's sort of it. |
Beta Was this translation helpful? Give feedback.
-
I'm working on a monorepo with quite some customization on My workflow is that at the start, I will open a The issue is whenever I open a new nvim process. The My metals config is in: https://github.com/vanhtuan0409/dotfiles/blob/master/config/nvim/lua/modules/metals.lua |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm using metals with
nvim-metals
plugin andsbt
as BSP server. I did notice that every time I open nvim, metals will require to import build again even tho I have sbt shell alive.Is there anyway to speed up this as the Import process take quite sometime for me
Beta Was this translation helpful? Give feedback.
All reactions