4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WSL2でElixirLS拡張が動かないときの対処法

Posted at

fukuoka.exに所属してElxiir書いてるkoyoです。
Elixirも最近また盛り上がってきましたね:thumbsup:

ElixirLS拡張便利

VscodeでElixir書くときはこちらのLanguage Serverが便利です。モジュールの関数サジェストしてくれたり定義ジャンプを提供してくれます。

WSL2で使ってると ElixirLS server has crashed 5 times in 3 minutes. というメッセージが出て動かなく、困ったので備忘録がてら書きます。

ElixirLS server has crashed 5 times in 3 minutes.

以下が回答なのでこちら参照。

Elixirの公式ドキュメントにもあるように sudo apt install esl-erlang を実行すれば治りました。wgetとapt updateも忘れずに。
自分は asdf 経由でダウンロードしてたのでこちら抜けてましたね。

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?