lsp-metals
lsp-metals copied to clipboard
lsp-mode :heart: metals
**Describe the bug** Not a bug, I just can't find a way to run a method of a unit test. I have the run test/debug test on the class, but...
**Describe the bug** Currently `metals` gets bootstraped with `coursier` binary. However [precompiled binaries](https://github.com/coursier/launchers) provided by `coursier` are not running under `Guix` due to the nature of distribution and how it...
Hi - is there any documentation on how to run the dap debugger on a scala gradle project? And apologies - I'm new to scala and gradle, but I am...
On a scala project, if you have modules in the SBT, when you do a dap-debug it fail with the following error in emacs: ``` lsp-workspace-command-execute: ‘workspace/executeCommand’ with ‘debug-adapter-start’ failed....
**Describe the bug** A clear and concise description of what the bug is. I'm behind a proxy, opening a .scala file leads to lsp + metals trying to install/update, which...
**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 :new-connection (lsp-stdio-connection 'lsp-metals--server-command) :major-modes...
[Edited for clarity after further testing] **Describe the bug** While code is compiling and the lsp-metals treeview is refreshing with compile progress for the modules in a project, it messes...
**Describe the bug** When calling `lsp-metals-treeview` to open the treeview, it replaces the Treemacs file tree and causes it (if already open) to get in a bad state, where multiple...
Fixes #14. I changed the constant to 1 here at both callsites but could also just add 1 to it in the `lsp-metals-treeview--show-views` function instead. This also does change the...
Hi, I am opening scala project -> `M-x lsp-metals-treeview` , I can correctly see 3 sections with `Packages`, `Compile` and `Build`. But clicking on anything doesn't work. In `Packages` I...