Anton Kuzmin
Anton Kuzmin
It's also a RuntimeException. I wonder if it could be more specific Exception class.
Is there an ETA on this?
There's an existing PR https://github.com/Ecwid/consul-api/pull/221
@kpodsiad yes, it's a Scala 3 project. @tgodzik I'll be happy to assist as much as I can. Is there some way to diagnose this? There is nothing in Output...
Yes, code compiles, sbt shell runs fine, and metals import finishes successfully. It seems to happen with any symbol but I am using a reference to a sibling method and...
There is something interesting in metals.log though: ``` 2022.02.09 10:25:13 ERROR code navigation does not work for the file '/Users/anton.kuzmin/Code/3rd/scala3-example-project/src/main/scala/Main.scala' because the SemanticDB file '/Users/anton.kuzmin/Code/3rd/scala3-example-project/.bloop/root/bloop-bsp-clients-classes/classes-Metals-7uavCLAZQQOxDH43jx6ffg==/META-INF/semanticdb/src/main/scala/Main.scala.semanticdb' doesn't exist. There can be...
Got it! It starts happening after `new client connected: network-1` appears in sbt shell: ``` [info] sbt server started at local:///Users/anton.kuzmin/.sbt/1.0/server/8bb7b84bd7940a6bad5f/sock [info] started sbt server [info] new client connected: network-1...
@tgodzik The problem starts happening exactly after `new client connected: network-1` appears in the sbt shell. I demonstrated on this video https://www.youtube.com/watch?v=_SkpS_2nhSU > You mentioned a second VS Code window,...
@tgodzik I've found the culprit. Once I've uninstalled `lightbend.vscode-sbt-scala` (v0.2.4) extension, sbt shell stopped opening and that fixed the problem with goto definition. There must be some incompatibility between this...