rossabaker / lsp-scala

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

Invoke legacy lsp-define-stdio-client only if it is defined #18

Closed stighenriksen closed 5 years ago

stighenriksen commented 5 years ago

To avoid getting this error when loading lsp-scala: Symbol’s function definition is void: lsp-define-stdio-client

I got the error above with lsp-mode from melpa, version 20190115.1237.

lsp-define-stdio-client seems to have been removed in https://github.com/emacs-lsp/lsp-mode/commit/ec0baa1

stighenriksen commented 5 years ago

Ah, forgot to check the issues list :) Thanks!