-
### Describe the bug
1. Create a scala file and hook up `scala-cli`: `scala-cli setup-ide .`.
2. Send a `workspace/symbol` request to metals using an editor of your choice (I use Zed), with the fol…
-
### Describe the bug
When imoprting a sbt project on Windows, Metals create directories like `null` and `PowerShell x.x.x`.
Steps to reproduce:
- create a new sbt project with `sbt new scala/sc…
-
### Describe the bug
An attempt to import a build of https://github.com/bazelbuild/rules_scala fails with
```
Sep 04, 2024 12:24:28 PM scala.meta.internal.pc.CompilerAccess handleError
SEVERE: …
-
I'm trying out VSCode+Metals, but semanticdb for some modules are unavailable for a multi-project:
* [reports.zip](https://github.com/user-attachments/files/17007056/reports.zip)
* [metals.log](http…
-
**Describe the bug**
I'm trying to import a Mill-based project through remote SSH with Metals. Seems like the plugin locates JDK correctly and downloads all the required Maven dependencies, but co…
-
### Describe the bug
EmailClient.scala
```
object EmailClient {
def send() = println("email sent!")
}
```
Main.scala
```
//> using scala 3.3.3
//> using file EmailClient.scala
//> using …
-
### Describe the bug
I took a look in my `.metals` folder and found the following crashes. I hope they help even though I cannot share most of the source code.
```
occurred in the presentation comp…
-
### Describe the bug
Simple A.scala file
```
//> using scala 2.13
trait A
```
Opening the file (not the enclosing folder) in metals works as expected, Metals Doctor shows Scala 2.13.14.
C…
lrytz updated
2 months ago
-
### Describe the bug
I recently installed `nvim-metals` (with `lazy.vim`). Here's my config:
```lua
return {
"scalameta/nvim-metals",
config = function()
local api = vim.api
local…
-
**Version(s)**
1.4.0, [from Nixpkgs](https://github.com/NixOS/nixpkgs/blob/1d9c2c9b3e71b9ee663d11c5d298727dace8d374/pkgs/development/tools/build-managers/scala-cli/default.nix#L45-L52).
**Descri…