-
### Describe the bug
I'm hoping the stack trace has enough info.
If not, I'll try to replicate the issue.
```
org.eclipse.lsp4j.jsonrpc.JsonRpcException: java.nio.channels.ClosedChannelException
…
-
**Describe the bug**
Each time I come back to my machine after it has gone to sleep, I have to reconnect to the metals build server with `Metals: Connect to build server`
**To Reproduce** Steps …
-
I'm seeing this happening in both Treadle and Verilator backends: When running long tests with ~10000 I/O elements, the test usually hangs (forever).
When running for ~100 I/O elements the tests …
-
Currently metals-vscode calls `setLanguageConfiguration` to provide indentation rules for scaladoc: https://github.com/scalameta/metals-vscode/blob/b68b2f5eddd4e19c6626f24d9f62500f95b8493e/src/extensi…
-
**Describe the bug**
Previously, if vscode was opened on a freshly cloned workspace with a .bsp/xyz.json, scala-metals would default to using the BSP implementation named in xyz.json. This worked v…
-
**Describe the bug**
lsp-metals doesn't work with projects over TRAMP
**To Reproduce**
open a .scala file over TRAMP and eval this lisp code
```elisp
(lsp-register-client
(make-lsp-client …
-
Hey 👋 I'm trying to debug a Scala/SBT application using a custom template as below:
```lisp
(dap-register-debug-template
"My Scala Attach"
(list :type "scala"
:request "attach"
…
-
### Describe the bug
Find references doesn't work for implicits declared with [`better-monadic-for`](https://github.com/oleg-py/better-monadic-for). Only the reference to the implicit itself is retur…
-
### Describe the bug
In the documentation of metals for Emacs there is [this paragraph](https://scalameta.org/metals/docs/editors/emacs#getting-started-with-worksheets):
> To get started with a wo…
-
https://scalameta.org/docs/semanticdb/specification.html#synthetic
> "Synthetics" is a section of a TextDocument that stores trees added by compilers that do not appear in the original source. Exam…