wielandp

Results 7 comments of wielandp

Did you see https://github.com/richterger/Perl-LanguageServer/issues/149 ? And https://github.com/richterger/Perl-LanguageServer/pull/166 ? This may help you, if you need just stdin redirection. But may not, if you want to debug a real console UI

For debugging: Adding a config option runtimeArgs like in https://code.visualstudio.com/docs/nodejs/nodejs-debugging would be easy. You asked for syntax checking: Maybe your proposal is not stupid. I can't see, why not doing...

Of course debugging is still open and has the same problem. But the same fix is not good.

please don't merge now. Still work in progress

https://github.com/richterger/Perl-LanguageServer/pull/166 should fix this Syntax is same like C debug

https://github.com/richterger/Perl-LanguageServer/pull/166 should fix this

Windows+local perl is not supported, since AIO is not working. If you want to use it, think about using WSL. If you want to fix it, I have no idea...