-
### 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…
-
Scala metals installs a plugin to the workspace automatically. Once installed and the project uses guardrail I get:
```
ERROR java.lang.NoClassDefFoundError: scala/meta/internal/trees/Syntactic$Term…
-
**Describe the bug**
When debugging scala programs through various means, the java.debug.settings.* settings are ignored by the java debug engine that metals uses.
**To Reproduce** Steps to repr…
-
### Is your feature request related to a problem? Please describe.
The ScalaTest pages suggest using "FeatureSpec style for acceptance testing". We are migrating to using Metals but this is the one t…
-
I am working on a Java Play 2.6 project and wanted to switch from eclipse (ScalaIDE) to VSCode (because I use VSCode for everything else and I largely prefer to work with it rather than eclipse).
I…
-
### Describe the bug
Hello,
I'm trying to connect to a database via JDBC in a macro, for, um, educational purposes. I then want to use `Selectable` to reflect the data from the database in a struc…
-
### Describe the bug
Most of the time scala tests are not recognised (I am using vscode). I can still run a test class but each test is not reported, instead the error for every test is reported at t…
-
### Describe the bug
when I try to show the type of a variable it doesn't work, or just shown as Any when I insert type with code action. The code is fine and sbt compile works.
It happens …
-
I asked about this in two chat rooms, scala/contributors Gitter and internal Slack. I'll summarize here, and then we can use this ticket to collect further experience reports, tips, etc.