Just make sure you have perlcritic and perltidy available in $PATH.
Customization Perl::Critic by modify your .perlcriticrc file, configuration in Visual Studio Code is not needed. Same is true for Perl::Tidy, it reads configuration from .perltidyrc.
Extension Settings
Setting
Default
Description
simple-perl.perltidy
perltidy
Path to Perl::Tidy executable.
simple-perl.perlcritic
perlcritic
Path to Perl::Critic executable.
Release Notes
0.0.4
Updated dependencies for the extension.
Fix the problem that Perl::Critics does not look for .perlcriticrc in project folder.