-
Running any test command in the project does not update the test explorer view.
By using run test or run all tests in project, the tests are correctly executed (as seen in the debug console out…
elm- updated
11 months ago
-
### Describe the bug
I am new to using metals and scala + java development. I will try my best to describe exactly how to reproduce this.
My scala project depends on `"com.microsoft.azure" % "ms…
-
## Description
[Scastie](https://scastie.scala-lang.org) is an online Scala playground that allows everyone to write, run, and share Scala programs from their web browser.
Currently, Scastie all…
-
### Describe the use-case for this feature
Currently rust-analyzer doesn't support reporting compilation errors very well when the build system is not cargo (see https://github.com/rust-lang/rust-ana…
-
Does kak-lsp support scala metals ?
I have installed metals through vscode, but it doesn't seems to work with kak-lsp.
I didn't found any doc on metals or kak-lsp pages.
-
**Describe the bug**
Upgrading to the latest version of the Scala (Metals) `v1.11.1` extension seems to have broken the extension for my project.
It is stuck on `Starting Metals server` for a long…
-
### Describe the bug
I'm not 100% sure if this is something we can solve on our end or if there would need to be changes in `scala-cli` but one thing I noticed today was the following.
Let's say y…
-
### Describe the bug
This message keep popping up no matter what:
Unfortunately I don't know how to reproduce the problem.
I've tried clicking all of the options here, but no luck:
I've …
-
From the previous version of Scala CLI was introduced a new actionable diagnostic which can be turned on by running the command:
```
scala-cli config actions true
```
and to disable it users have …
-
If we have:
```
A -> B -> C
```
1. `A` has an error that was transitively caused by `C`.
2. `C` is rebuilt with a fix, unfortunately `C` now fails.
Clearly `B` and transitively `A` cannot be r…