emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.79k stars 888 forks source link

Warning popping up with lsp metals #922

Closed bomgar closed 5 years ago

bomgar commented 5 years ago

Describe the bug Warning in a warning buffer: Warning (lsp-mode): Unknown method: metals/treeViewDidChange

Everything seems to work but the buffer opens to show me the message and interrupts me

To Reproduce start lsp-metals

Expected behavior No warning

Which Language Server did you use metals 0.7.0

OS linux

jypma commented 5 years ago

For tracking, I think https://github.com/scalameta/metals/pull/816 fixes this on the metals (server) side.