As brought up by @d3r3kk , if pvsc-dev-ext.py fails because a command returned a non-zero return code there is no captured output to look at. Should probably fix that. 😉 (subprocess.CompletedProcess.check_returncode() will automatically include stdout and stderr in the exception.)
As brought up by @d3r3kk , if
pvsc-dev-ext.pyfails because a command returned a non-zero return code there is no captured output to look at. Should probably fix that. 😉 (subprocess.CompletedProcess.check_returncode()will automatically includestdoutandstderrin the exception.)