sublimelsp / LSP-elixir

Elixir support for Sublime LSP plugin

Home Page:https://lsp.sublimetext.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP-elixir cannot start

dannote opened this issue · comments

I get the following exception with the default config on LSP v1.6.1:

neither "command" nor "tcp_port" is provided; cannot start a language server

Having the same issue on Fedora 34, Sublime 4113 and LSP 1.7.0

0.4.2 might fix it

I've added "command": ["$server_path"] to my config by hand, and it seems to work now

Thanks for the confirmation