wielandp

Results 10 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...

Maybe changing the error message from: open stdin at /usr/local/share/perl/5.34.0/Perl/LanguageServer/DebuggerInterface.pm to open stdin from "${workspaceRoot}/input" at /usr/local/share/perl/5.34.0/Perl/LanguageServer/DebuggerInterface.pm would make this clearer?

I did test and it worked for me. But I created a pull request https://github.com/richterger/Perl-LanguageServer/pull/215 to have a nicer error message. If ${workspaceRoot} is not what you think it is,...