-
### Describe the bug
Metals plugin for nvim doesn't properly import projects that contain nested `build.sbt`. Consider following project structure:
```
.
├── build.sbt
├── LICENSE
├── modules
│…
-
### Describe the bug
$ java -version
openjdk version "11.0.18" 2023-01-17
OpenJDK Runtime Environment Temurin-11.0.18+10 (build 11.0.18+10)
OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.…
-
https://dotty.epfl.ch/docs/internals/best-effort-compilation.html is a feature that lets Scala Compiler to continue despite compiler errors until typer phase. It is aimed to improve developer experien…
-
### Describe the bug
We're using Metals in VSCode in a code base without 5k Scala files. In the past few months we've started receiving fatal errors like the following. These occur multiple times a d…
-
### Describe the bug
Minimal Steps to reproduce:
```bash
mkdir re
cd re
echo 'println("hi")' > demo.sc
scala setup-ide .
code .
```
and open `demo.sc` in vscode. goto definition and docum…
-
### Describe the bug
All of a sudden, when trying to use Metals at $WORK, when the server is loading it fails to download certain dependencies for our main SBT plugin:
```
Could not fetch depende…
-
It appears my project doesn't recompile when I save the source files in an sbt project. As a result, only treesitter errors seem to update with the source, but not build diagnostics.
**Reproduction…
-
### Describe the bug
Scala code runner version: 1.4.3
Scala version (default): 3.5.2
1. write following code:
```scala
package `2015`.day24
def quantumEntanglement(xs: Iterable[Long]): Lo…
-
**Describe the bug**
Things were going awesome as I was step debugging through some tests using the inline test debugging option. Then it started to get slower and slower, until it locked up. Then …
-
### Describe the bug
The `details` value of completion items from the language server seems to be duplicated into the `label` field. This causes issues with some editors, notably Emacs, using Eglot f…