FractalBoy / perl-language-server

100 stars 12 forks source link

Couldn't start client Perl Language Server(VScode) #129

Closed zhfff4869 closed 1 year ago

zhfff4869 commented 1 year ago

[Error - 8:51:20 PM] Starting client failed Launching server using command D:\developTools\Perl\strawberry-perl-5.24\perl\bin failed.

I have installed Perl Language Server by cpan successfully, and I can use perl in terminal too, my perl extension on vscode is 2.4.0, and my Perl Language Server is also 2.4.0. I dont know why I can't use it.

FractalBoy commented 1 year ago

The path to pls must be the path to pls, not to the bin directory.

FractalBoy commented 1 year ago

Also, I wouldn't expect pls to work on Windows.