Alex Garel
Alex Garel
https://github.com/microsoft/vscode-languageserver-node/issues/524 seems related
@richterger I've done this commit : https://github.com/alexgarel/Perl-LanguageServer/commit/9cb0abfd94c99fa9970ac15f3ea9c4a3514aff48 But I don't get any response from the client :-( I don't know if I miss something, I'm a bit lost as I'm...
Thanks so much @richterger, I should really look into it anew !
> I added this feature in a first draft here: https://github.com/ecos-ps/Perl-LanguageServer/commit/1d2e9a9e2c5464657c86544da9f5648c01027e1d I had quite a hard time figuring out how to install the module from your git (and had to...
FYI, this seems to fix it (on 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 +160,7 @@ has 'listen_port' => has 'host' =>...
(edited above comment, because the Maybe was'nt necessary)
@richterger docker-compose can redirect ports, but yes, in my removed comment, what I fall into was because * in `_run_tcp_server` in @ecos-ps patch, we don't have a distinction between listen_host...
@richterger for your information, I'm working on this, I will do a PR soon.
Yes I'm in case 1. In my case this is a project using docker-compose, and different containers, each specialized. (https://github.com/openfoodfacts/openfoodfacts-server/) I'm running vscodium on my desktop, and would like to...
@pratik2315 yes, go :-)