-
## Compiler version
3.5.0 (though this probably also happens on latest)
## Minimized code
It can probably happen in any code, but it needs to compile from Metals and from Scala CLI at the sam…
-
**Describe the bug**
**To Reproduce** Steps to reproduce the behavior:
1. Go to VSCode or Cursor extension market install metals plugin
2. Git clone spark repository from https://github.com…
-
I am raising it here because I have no idea how this can happen. Restarting the presentation compiler doesn't help only restarting the whole JVM does. It's also not possible to reproduce it reliably.
…
-
Using VSCode with the Scala(Metals) extension on the codebase of Apache Kafka (mixed Java/Scala codebase built with Gradle).
Metals doctor shows lots of compilation status errors due to errors like t…
-
Copied from https://github.com/scalameta/metals/issues/4847
**Describe the bug**
Actually, I was trying to create a sample project, for a more complicated bug, but then I noticed that my "minimal …
-
**Version(s)**
Scala CLI version: 1.5.0
Scala version (default): 3.5.0
OS: fedora 40 (kinoite)
**Describe the bug**
scala-cli suddenly fails to run simple (or any) scripts.
**To Reproduce*…
-
Pretty open ticket. [Link to Metals' CodeActions section](https://scalameta.org/metals/docs/codeactions/codeactions)
---------------
Here is a code action that seems like low-hanging fruit!
…
-
### Describe the bug
Compilation fails on my project with logs showing a bunch of compilation errors, however using sbt directly compiles just fine.
Go to definition doesn't work for java sources
…
-
### Describe the bug
```scala
//> using scala 3.3.3
implicit class LogHelper(val sc: StringContext) extends AnyVal {
def info(args: Any*): String = ???
}
extension (sc: StringContext)
…
-
### Describe the bug
I first bumped into this in a small codebase, but it had a few more dependencies so I tried to isolate it to just fs2.
Although I don't have a reliable reproduction, I manag…