emacs-lsp / lsp-metals

lsp-mode :heart: metals
https://emacs-lsp.github.io/lsp-metals
GNU General Public License v3.0
58 stars 33 forks source link

lsp-metals-doctor-run is not working #23

Closed chessman closed 4 years ago

chessman commented 4 years ago

Describe the bug lsp-metals-doctor-run command is not working.

To Reproduce Run lsp-metals-doctor-run in a scala project. It shows a warning instead of a doctor table.

Logs

Warning (lsp-mode): Unknown notification: metals/executeClientCommand
kurnevsky commented 4 years ago

@chessman which version of lsp-metals do you use? It works fine for me with the latest master.

chessman commented 4 years ago

I double checked my configuration and it's fixed now. The problem was that I had lsp-scala package installed.