Lsp-mode: LSP shows "Disconnected" despite having RLS installed. What can I do to debug it?

Created on 9 Dec 2018  路  2Comments  路  Source: emacs-lsp/lsp-mode

I'm trying to set up LSP in for Rust. I have RLS installed via rustup and seems to be available in Emacs' PATH.

When lsp-mode is turned on it shows LSP[Disconnected] in the mode line. There doesn't seem to be anything helpful in *Messages* and lsp-describe-session opens up an empty buffer. Setting up lsp-print-io to non-nil doesn't produce any output either.

Using Emacs 26.1 on Arch Linux.

Most helpful comment

Call lsp not lsp-mode

All 2 comments

Call lsp not lsp-mode

Also do (require 'lsp-clients)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yyoncho picture yyoncho  路  5Comments

raxod502 picture raxod502  路  4Comments

cprussin picture cprussin  路  3Comments

xendk picture xendk  路  3Comments

michaelpj picture michaelpj  路  4Comments