Gerald Richter

Results 89 comments of Gerald Richter

I have the same issue, the following patch solves the problem for me: ``` --- routes/index.js.old 2019-11-16 15:16:27.410314578 +0100 +++ routes/index.js 2019-11-16 15:14:31.760354843 +0100 @@ -367,7 +367,8 @@ delete requestHeaders['x-forwarded-for'];...

@ecos-ps I don't think that has somethin to do with forking. I don't use Catalyst, so I can only guess. Breakpoints can only be set, when the Code (Perl module)...

I would expect the handling of different consoles is implemented by vscode itself. If this is not the case, I am not aware how to do this. Any hints or...

The extention cannot bundle this because it highly depends on the Perl installation what is needed. There is no one size fits all. See README.md for installation instructions on different...

fee free to provide a pull request with this enhancement.

Syntax check and taint is fix in pull request #172

Thanks very much for sharing this. I remember this way to talk to child processes from my time when did C programming for windows, but as far as I see...

Could it be that there is already a Perl::LanguageServer running? You you try to take look in the task manager? WHich version you are running? Which version of Perl? Do...

Sorry, no idea what issue here is, but native windows is anyway not fully supported due to issues with stdin/stdout. Maybe you could use the windows subsystem for linux.

Please remove `.vscode/perllang` to avoid the extra dirs . I have no knowlegde about neovim lsp. Perl::LangaugeServer does support a lot of features, but no autocompletion. Any the json file...