-
### 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…
-
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 …
-
### 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 …
-
### Describe the bug
On our very large codebase (Projects(338)/Libraries(883)), the indexing stage is taking 14 minutes, which seems really slow. It appears that the culprit is "starting file watcher…
-
## Describe the story
### Context
For example, when we have the following sbt project and use metals + sbt BSP.
https://github.com/tanishiking/sbt-multi-project/tree/20a3d476dc874db295fb3af3450873f…
-
### Describe the bug
I know that there is something more to it, as goto-def works usually when called in this context.
Full project to reproduce issue: https://github.com/ghostbuster91/demos/tree/…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
continuing from my comments on #6847 @tanishiking
## steps
1. clone https://github.com/asflierl/sbt-bsp-errors-minimal-repro.git
2. in the project root directory, start VSCode (e.g. `code .`) …
-
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…
-
**Version(s)**
v1.1.0
**Describe the bug**
`scala-cli setup-ide` generates `.bsp/scala-cli.json` in latin-1, while it should be encoded in UTF-8 (I was unable to check the other files).
This b…
JD557 updated
12 months ago