Perl-LanguageServer
view release on metacpan or search on metacpan
Changes.pod view on Meta::CPAN
=item * Fix: Typos and spelling in README (#159) [dseynhae]
=item * Fix: Update call to gensym(), to fix 'strict subs' error (#164) [KohaAloha]
=item * Convert identention from tabs to spaces and remove trailing whitespaces
=back
=head2 2.4.0 C<2022-11-18>
=over
=item * Choose a different port for debugAdapterPort if it is already in use. This
avoids trouble with starting C<Perl::LanguageServer> if another instance
of C<Perl::LanguageServer> is running on the same machine (thanks to hakonhagland)
=item * Add configuration C<debugAdapterPortRange>, for choosing range of port for dynamic
port assignment
=item * Add support for using LanguageServer and debugger inside a Container.
Currently docker containers und containers running inside kubernetes are supported.
=item * When starting debugger session and C<stopOnEntry> is false, do not switch to sourefile
where debugger would stop, when C<stopOnEntry> is true.
=item * Added some FAQs in README
=item * Fix: Debugger stopps at random locations
=item * Fix: debugAdapterPort is now numeric
=item * Fix: debugging loop with each statement (#107)
=item * Fix: display of arrays in variables pane on mac (#120)
=item * Fix: encoding for C<perltidy> (#127)
=item * Fix: return error if C<perltidy> fails, so text is not removed by failing
formatting request (#87)
=item * Fix: FindBin does not work when checking syntax (#16)
=back
=head2 2.3.0 C<2021-09-26>
=over
=item * Arguments section in Variable lists now C<@ARGV> and C<@_> during debugging (#105)
=item * C<@_> is now correctly evaluated inside of debugger console
=item * C<$#foo> is now correctly evaluated inside of debugger console
=item * Default debug configuration is now automatically provided without
the need to create a C<launch.json> first (#103)
=item * Add Option C<cacheDir> to specify location of cache dir (#113)
=item * Fix: Debugger outputted invalid thread reference causes "no such coroutine" message,
so watchs and code from the debug console is not expanded properly
=item * Fix: LanguageServer hangs when multiple request send at once from VSCode to LanguageServer
=item * Fix: cwd parameter for debugger in launch.json had no effect (#99)
=item * Fix: Correctly handle paths with drive letters on windows
=item * Fix: sshArgs parameter was not declared as array (#109)
=item * Disable syntax check on windows, because it blocks the whole process when running on windows,
until handling of child's processes is fixed
=item * Fixed spelling (#86,#96,#101) [chrstphrchvz,davorg,aluaces]
=back
=head2 2.2.0 C<2021-02-21>
=over
=item * Parser now supports Moose method modifieres before, after and around,
so they can be used in symbol view and within reference search
=item * Support Format Document and Format Selection via perltidy
=item * Add logFile config option
=item * Add perlArgs config option to pass options to Perl interpreter. Add some documentation for config options.
=item * Add disableCache config option to make LanguageServer usable with readonly directories.
=item * updated dependencies package.json & package-lock.json
=item * Fix deep recursion in SymbolView/Parser which was caused by function prototypes.
Solves also #65
=item * Fix duplicate req id's that caused cleanup of still
running threads which in turn caused the LanguageServer to hang
=item * Prevent dereferencing an undefined value (#63) [Heiko Jansen]
=item * Fix datatype of cwd config options (#47)
=item * Use perlInc setting also for LanguageServer itself (based only pull request #54 from ALANVF)
=item * Catch Exceptions during display of variables inside debugger
=item * Fix detecting duplicate LanguageServer processes
=item * Fix spelling in documentation (#56) [Christopher Chavez]
=item * Remove notice about Compiler::Lexer 0.22 bugs (#55) [Christopher Chavez]
=item * README: Typo and grammar fixes. Add Carton lib path instructions. (#40) [szTheory]
=item * README: Markdown code block formatting (#42) [szTheory]
=item * Makefile.PL: add META_MERGE with GitHub info (#32) [Christopher Chavez]
( run in 0.688 second using v1.01-cache-2.11-cpan-39bf76dae61 )