Path to this page:
Subject: CVS commit: pkgsrc/lang/p5-Perl-LanguageServer
From: Thomas Klausner
Date: 2023-12-17 08:43:38
Message id: 20231217074338.6E0ACFA42@cvs.NetBSD.org
Log Message:
p5-Perl-LanguageServer: update to 2.6.1.
Change Log
2.6.1 C<2023-07-26>
* Fix: Formatting with perltidy was broken in 2.6.0
2.6.0 C<2023-07-23>
* Add debug setting for running as different user. See sudoUser setting. (#174) \
[wielandp]
* Allow to use a string for debuggee arguments. (#149, #173) [wielandp]
* Add stdin redirection (#166) [wielandp]
* Add link to issues to META files (#168) [szabgab/issues]
* Add support for podman
* Add support for run Perl::LanguageServer outside, but debugger inside a container
* Add setting useTaintForSyntaxCheck. If true, use taint mode for syntax check \
(#172) [wielandp]
* Add setting useTaintForDebug. If true, use taint mode inside debugger (#181) \
[wielandp]
* Add debug adapter request C<source>, which allows to display source of \
eval or file that are not available to vscode (#180) [wielandp]
* Fix: Spelling (#170, #171) [pkg-perl-tools]
* Fix: Convert charset encoding of debugger output according to current locale \
(#167) [wielandp]
* Fix: Fix diagnostic notifications override on clients (based on #185) [bmeneg]
Files: