richterger / Perl-LanguageServer

Language Server for Perl
Other
224 stars 53 forks source link

Language server getting crashed in vscode #33

Closed rai-gaurav closed 4 years ago

rai-gaurav commented 4 years ago

I am using the 'Perl' extension in vscode. I am getting 'The Perl Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.' error in vscode. Attached is the screenshot. perlLangSerIssue

However I tried to run the command in CMD and its working and not crashing.

perl -MPerl::LanguageServer -e Perl::LanguageServer::run -- --port 13603 tcp server start listen on port 13603

I am using the recent version (2.1.0) on Windows 10 with VsCode version 1.46.1 I was using the extension till last year in Ubuntu and I have never faced the issue. Today I tried it on Windows and found this. I am not sure its something because of Windows or something in new version.

rai-gaurav commented 4 years ago

Please let me know in case you want more details(logs etc)

rai-gaurav commented 4 years ago

My bad, Just saw the known issue section saying - Does not yet work on windows, due to issues with reading from stdin. Hence closing this ticket.