Show error messages from podman/docker in log #5887
Labels
bug
Issue identified by VS Code Team member as probable bug
containers
Issue in vscode-remote containers
verified
Verification succeeded
Please consider providing the output from a failed command in the remote container log.
I had a problem with podman (when running
podman start ...
it would error out withError: please run 'podman system renumber' to resolve deadlocks
). The result is that in VSCode (even on debug leveltrace
) I only get the generic error message "Command failed: podman start ...". After playing around a bit and trying to run the command on the command line I found the problem, but it would have been quite helpful had the log in VSCode contained the error output from podman.Example log from VSCode:
Command line output I'd think would be nice to get in VSCode:
The text was updated successfully, but these errors were encountered: