vscode-perl-debug
vscode-perl-debug copied to clipboard
If perl bin are in "PATH" then "exec" setting should be left out
exec setting shouldn't be necessary if perl binaries are in PATH
- Make sure this works on windows
This should be easy to do in the new resolveDebugConfiguration
function, then check how errors are handled (including when exec
is set but to an invalid path).