rossabaker / lsp-scala

Scala support for lsp-mode using metals
GNU General Public License v3.0
49 stars 6 forks source link

error: (void-function lsp-scala-enable) #11

Closed strobe closed 5 years ago

strobe commented 5 years ago

The Readme has a call of lsp-scala-enable as part of configuration process but lsp-scala.el doesn't have it. Also, it looks like lsp-mode also doesn't have this function definition. Where lsp-scala-enable should come from? Is it replaced with something new?

strobe commented 5 years ago

seems like I got this error because tried to use the latest version of lsp-mode and lsp-ui, with a version from melpa stable this error doesn't happen

ascander commented 5 years ago

Same error, and workaround, here.

rossabaker commented 5 years ago

There is an open PR for moving to "lsp next". I wonder whether it makes sense to focus on that.

rossabaker commented 5 years ago

This is fixed by #14, and properly documented in the meantime by https://github.com/scalameta/metals/pull/419.