-
-
26 Sep 2021 15:03:00 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (8)
- Testers (152 / 0 / 15)
- Kwalitee
Bus factor: 1- License: artistic_2
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (38.97KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- AnyEvent
- AnyEvent::AIO
- Class::Refresh
- Compiler::Lexer
- Coro
- Data::Dump
- IO::AIO
- JSON
- Moose
- PadWalker
- Scalar::Util
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 2.3.0
- Arguments section in Variable lists now @ARGV and @_ during debugging (#105)
- @_ is now correctly evaluated inside of debugger console
- $#foo is now correctly evaluated inside of debugger console
- Default debug configuration is now automatically provided without the need to create a launch.json first (#103)
- Add Option cacheDir to specify location of cache dir (#113)
- Fix: Debugger outputted invalid thread reference causes "no such coroutine" message, so watchs and code from the debug console is not expanded properly
- Fix: LanguageServer hangs when multiple request send at once from VSCode to LanguageServer
- Fix: cwd parameter for debugger in launch.json had no effect (#99)
- Fix: Correctly handle paths with drive letters on windows
- Fix: sshArgs parameter was not declared as array (#109)
- Disable syntax check on windows, because it blocks the whole process when running on windows, until handling of childs processes is fixed
- Fixed spelling (#86,#96,#101) [chrstphrchvz,davorg,aluaces]
Modules
Language Server and Debug Protocol Adapter for PerlProvides
in lib/Perl/LanguageServer/DebuggerInterface.pmin lib/Perl/LanguageServer/DebuggerProcess.pmin lib/Perl/LanguageServer/DevTool.pmin lib/Perl/LanguageServer/IO.pmin lib/Perl/LanguageServer/Methods.pmin lib/Perl/LanguageServer/Methods/DebugAdapter.pmin lib/Perl/LanguageServer/Methods/DebugAdapterInterface.pmin lib/Perl/LanguageServer/Methods/textDocument.pmin lib/Perl/LanguageServer/Methods/workspace.pmin lib/Perl/LanguageServer/Parser.pmin lib/Perl/LanguageServer/Req.pmin lib/Perl/LanguageServer/SyntaxChecker.pmin lib/Perl/LanguageServer/Workspace.pmModule Install Instructions
To install Perl::LanguageServer, copy and paste the appropriate command in to your terminal.
cpanm Perl::LanguageServer
perl -MCPAN -e shell install Perl::LanguageServer
For more information on module installation, please visit the detailed CPAN module installation guide.