vscode-perl-debug
vscode-perl-debug copied to clipboard
PadWalker
I could not able to find PadWalker in the market place
PadWalker is a Perl module available from CPAN. It is not a VSCode plugin in the VSCode Market Place.
https://github.com/raix/vscode-perl-debug/tree/6a837de934c2f08374f6fc3ef1f7c16e593171a9#setup-notes seems to indicate that the module will not be automatically installed on Windows, which I've inferred from your other issue; #39.
You could try running the commands manually from https://github.com/raix/vscode-perl-debug/blob/6a837de934c2f08374f6fc3ef1f7c16e593171a9/appveyor.yml to install PadWalker.
How can i running https://github.com/raix/vscode-perl-debug/blob/6a837de934c2f08374f6fc3ef1f7c16e593171a9/appveyor.yml in VSCode?