aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/installation/language_server.ts
Commit message (Collapse)AuthorAgeFilesLines
* vscode: added error handling to download file streamsVeetaha2020-02-111-0/+2
|
* vscode: remove chmod in favour of an option to createWriteStream()Veetaha2020-02-111-3/+2
|
* vscode: changed dns sanity-check url from google.com to example.comVeetaha2020-02-091-3/+6
|
* vscode: add on-success logic to dns resolution sanity checkVeetaha2020-02-091-4/+7
|
* vscode: removed unnecessary awaitsVeetaha2020-02-091-2/+2
|
* vscode: added logging when donloading binariesVeetaha2020-02-091-5/+22
|
* vscode: move throtting of download progress to call siteVeetaha2020-02-091-11/+16
|
* vscode: replaced unwrapNotNil() with ! as per @matkladVeetaha2020-02-091-7/+3
|
* vscode: refactor levels of code nesting and string literals quotesVeetaha2020-02-091-26/+30
|
* vscode: fix chmod to octal literalVeetaha2020-02-091-1/+1
| | | Co-Authored-By: Aleksey Kladov <[email protected]>
* vscode: minor names and message contents changesVeetaha2020-02-081-8/+8
|
* vscode: refactor platform artifact name query to switch statement, move ↵Veetaha2020-02-081-5/+5
| | | | BinarySource union variants into a namespace
* vscode: add name to the second unused argument of withProgress() callbackVeetaha2020-02-081-1/+1
|
* vscode: changed chmod value to 755 as per @lnicolaVeetaha2020-02-081-3/+3
|
* vscode: amended config to use binary from globalStoragePath, added ui for ↵Veetaha2020-02-081-0/+119
downloading