You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During download of the binary on the server (in linux via install.sh, untested on other platforms), the download is made directly to the destination file which may result in an incomplete download being left behind.
Download to a temp file in the same dir (such as .filename.temp1234 and then move the file to the destination once the download succeeds.
Check the checksum of the downloaded file with the server. We have SHA1 checksums serverside (idk if we expose them as a file in the bin dir but we could start doing that).
The text was updated successfully, but these errors were encountered:
During download of the binary on the server (in linux via
install.sh
, untested on other platforms), the download is made directly to the destination file which may result in an incomplete download being left behind.vscode-coder/src/install.sh
Lines 50 to 52 in 98276d9
Recommendations:
.filename.temp1234
and then move the file to the destination once the download succeeds.The text was updated successfully, but these errors were encountered: