parsa

parsa

Elixir ls vscode extension error: Server process exited with code 1

hello, i got the following error related to vscode elixir ls when opening elixir projects.
error log:

Running /Users/parsa/.vscode/extensions/jakebecker.elixir-ls-0.23.1/elixir-ls-release/launch.sh

Preferred shell is zsh, relaunching

Looking for ASDF install

ASDF not found

Looking for mise executable

mise not found

Looking for rtx executable

rtx not found

Looking for vfox executable

vfox not found

Installing ElixirLS release v0.23.0

Running in /Users/parsa/elixir_project

Install complete

** (UndefinedFunctionError) function ElixirLS.LanguageServer.main/0 is undefined (module ElixirLS.LanguageServer is not available)

ElixirLS.LanguageServer.main()

/Users/parsa/.vscode/extensions/jakebecker.elixir-ls-0.23.1/elixir-ls-release/launch.exs:18: (file)

[Error - 8:37:38 PM] Server process exited with code 1.

[Error - 8:37:38 PM] Server initialization failed.

Message: Pending response rejected since connection got disposed

Code: -32097

[Info - 8:37:38 PM] Connection to server got closed. Server will restart.

Where Next?

Popular in Questions Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New

Other popular topics Top

jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 40042 209
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 44139 214
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

We're in Beta

About us Mission Statement