ecos-ps
ecos-ps
I haven't worked with Catalyst or any other CGI webserver by now. I guess it has something to do with forking inside of a webserver. The Perl Language Server doesnt...
I added this feature in a first draft here: https://github.com/ecos-ps/Perl-LanguageServer/commit/1d2e9a9e2c5464657c86544da9f5648c01027e1d Didn't test it by now, didn't have time for it. Have to add it to documentation as well, probably i...
> FYI, this seems to fix it (on [ecos-ps@1d2e9a9](https://github.com/ecos-ps/Perl-LanguageServer/commit/1d2e9a9e2c5464657c86544da9f5648c01027e1d)) > > ``` > diff --git a/lib/Perl/LanguageServer.pm b/lib/Perl/LanguageServer.pm > index 4ab606a..9955501 100644 > --- a/lib/Perl/LanguageServer.pm > +++ b/lib/Perl/LanguageServer.pm > @@ -160,7...
I think it has something to do with forking inside of a webserver. (please see https://github.com/richterger/Perl-LanguageServer/issues/126#issuecomment-1044505454) By now you have to invoke the script through the LanguageServer and can't configure...