aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/installation/download_file.ts
Commit message (Collapse)AuthorAgeFilesLines
* vscode: removed nested errors as per matkladVeetaha2020-02-131-4/+3
|
* vscode: replaced DownloadFileError with NestedError itself for simplicityVeetaha2020-02-131-6/+7
|
* vscode: switched to stream.pipeline with .on(close) workaroundVeetaha2020-02-121-19/+17
|
* vscode: added error handling to download file streamsVeetaha2020-02-111-7/+16
|
* vscode: remove chmod in favour of an option to createWriteStream()Veetaha2020-02-111-2/+6
|
* Merge #3100bors[bot]2020-02-111-3/+10
|\ | | | | | | | | | | | | | | 3100: vscode: add error handling to downloadFile() r=matklad a=Veetaha Inspired by #3094. Co-authored-by: Veetaha <[email protected]>
| * vscode: add error handling to downloadFile()Veetaha2020-02-111-3/+10
| |
* | vscode: fix ebusy error on windowsVeetaha2020-02-101-2/+1
|/
* vscode: added logging when donloading binariesVeetaha2020-02-091-0/+2
|
* vscode: move throtting of download progress to call siteVeetaha2020-02-091-5/+3
|
* vscode: reduce throttle latency of downloadFile() progress callback for ↵Veetaha2020-02-081-1/+1
| | | | smoother UX
* vscode: add docs to installation module interfaces and sanity check to ↵Veetaha2020-02-081-1/+9
| | | | donloadFile()
* vscode: amended config to use binary from globalStoragePath, added ui for ↵Veetaha2020-02-081-0/+26
downloading