microsoft / microsoft/vscode-remote-release
When installing VSCode Server on a `ssh` remote, verify the `scp` transfer status and display appropriate error if transfer failed
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 469
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Right now, when errors happen during VSCode Server installation on an SSH remote, it is not straightforward to understand what happened (e.g. https://github.com/microsoft/vscode-remote-release/issues/10200). It would be great if better error messages could be designed for various common failure modes.
Today, the issue was that I had ran out of space in my environment, and scp would fail to write the entire file. Nonetheless, the script would continue to run, and fail on the gzip decompression step. I think it would be good to check the file transfer succeeded, and if not display a suitable error message.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.