-
I'm a new user of metals extension in VSCode. I'm executing metals server behind a http proxy through metals extension in VSCode. Per documentation, I have configured the Metals Server Properties as b…
-
It seems the vscode extension stopped being developed.
Are you still plan to work on it? Would you take PRs?
-
**Describe the bug**
VSCode + Metals fails to find trait implementations in dependency's source files, for Doobie in particular (when using in project that depends on doobie as a dependency).
**To…
-
### Describe the bug
When working on Scala projects I find that Metals, when used in VS Code, does not correctly escape directory names with spaces in.
This means that some compiler errors do not …
-
**Describe the bug**
Hi! I am new to Scala development. If I comment out the line `implicit val logger: Logger[IO] = Slf4jLogger.getLogger[IO]` then the project will compile infinitely. The compile…
-
### Describe the bug
I'm not sure exactly what the actual issue is here, but looking at a code snippet in an open source project you can see that the semantic highlighting sort of just assigns orange…
-
3.1.3
This looks some kind of a race condition in the compiler because it's not always happening on my machine.
From time to time I'm getting output like this while compiling classes which use […
-
## steps
(running on windows 10)
1. Installed java (java version "1.8.0_241")
2. Installed sbt msi latest version (1.3.9)
3. Created a new project folder, and inside that folder i tried to create …
-
### Describe the bug
It seems that Metals returns LSP completion list with `isComplete: true` in case if completions are called right after derives with a single char
```scala
//> using scala 3
…
dos65 updated
9 months ago
-
## steps
Start sbt in an "unusual" filesystem, fox example, in Eclipse Che, which is a containerized, cloud IDE, where the filesystem sbt works with is mounted over network.
## problem
The wh…