-
I am trying to use nvim-metals with bloop v1.5.4, however I keep encountering the following error when viewing the logs with
I found this issue for lsp4j, though it doesn't appear to be exactly the same. Does anyone have any idea where I can begin debugging this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Huh odd. Just to check, could you try something for me. Can you try the latest Metals, which will bring in a newer Bloop version. You can do this by setting the following |
Beta Was this translation helpful? Give feedback.
Huh odd. Just to check, could you try something for me. Can you try the latest Metals, which will bring in a newer Bloop version. You can do this by setting the following
settings.serverVersion
in your Metals config table that you pass intoinitialize_or_attach
. You can just set this tolatest.snapshot
and it will automatically pull in the latest snapshot. Then after you install restart and do a:MetalsRestartBuild
which should turn off the old Bloop server and start the new one. You should then see the new server version reflected in the metals doctor. Does this make any difference?