| Commit message (Expand) | Author | Age | Files | Lines |
* | vscode: added error handling to download file streams | Veetaha | 2020-02-11 | 1 | -0/+2 |
* | vscode: remove chmod in favour of an option to createWriteStream() | Veetaha | 2020-02-11 | 1 | -3/+2 |
* | vscode: changed dns sanity-check url from google.com to example.com | Veetaha | 2020-02-09 | 1 | -3/+6 |
* | vscode: add on-success logic to dns resolution sanity check | Veetaha | 2020-02-09 | 1 | -4/+7 |
* | vscode: removed unnecessary awaits | Veetaha | 2020-02-09 | 1 | -2/+2 |
* | vscode: added logging when donloading binaries | Veetaha | 2020-02-09 | 1 | -5/+22 |
* | vscode: move throtting of download progress to call site | Veetaha | 2020-02-09 | 1 | -11/+16 |
* | vscode: replaced unwrapNotNil() with ! as per @matklad | Veetaha | 2020-02-09 | 1 | -7/+3 |
* | vscode: refactor levels of code nesting and string literals quotes | Veetaha | 2020-02-09 | 1 | -26/+30 |
* | vscode: fix chmod to octal literal | Veetaha | 2020-02-09 | 1 | -1/+1 |
* | vscode: minor names and message contents changes | Veetaha | 2020-02-08 | 1 | -8/+8 |
* | vscode: refactor platform artifact name query to switch statement, move Binar... | Veetaha | 2020-02-08 | 1 | -5/+5 |
* | vscode: add name to the second unused argument of withProgress() callback | Veetaha | 2020-02-08 | 1 | -1/+1 |
* | vscode: changed chmod value to 755 as per @lnicola | Veetaha | 2020-02-08 | 1 | -3/+3 |
* | vscode: amended config to use binary from globalStoragePath, added ui for dow... | Veetaha | 2020-02-08 | 1 | -0/+119 |