lexical-lsp / lexical

Lexical is a next-generation elixir language server
776 stars 77 forks source link

Failed to start Lexical, couldn't create connection to server #762

Closed chrisnaadhi closed 4 weeks ago

chrisnaadhi commented 4 weeks ago

image

hello! it's my first time using lexical and i got this error message. i've tried to install via marketplace and follow the instructions in the github readme of installation but i got no clue why the client can't create connection the debug output : image

system i'm using : Windows 10 64-bit Erlang version 26.2.2 Elixir version 1.16.1

chrisnaadhi commented 4 weeks ago

image trying to build from the source also failed

Terbium-135 commented 4 weeks ago

Looks like you are trying to start lexical using windows That line: "c:\Users\chris\AppData\.......\start_lexial.sh" tries to start a script meant for linux There should be a .bat file which fits windows

scohen commented 4 weeks ago

Windows is only supported with wsl at the moment. I would love to support windows, but don't have a windows machine to test on.