about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2020-02-13vscode: replaced DownloadFileError with NestedError itself for simplicityVeetaha-6/+7
2020-02-12vscode: switched to stream.pipeline with .on(close) workaroundVeetaha-19/+17
2020-02-11vscode: added error handling to download file streamsVeetaha-7/+18
2020-02-11vscode: remove chmod in favour of an option to createWriteStream()Veetaha-5/+8
2020-02-11Merge #3083 #3101bors[bot]-3/+20
2020-02-11Merge #3100bors[bot]-3/+10
2020-02-11vscode: filter out arm linux from using prebuilt binariesVeetaha-3/+20
2020-02-11vscode: add error handling to downloadFile()Veetaha-3/+10
2020-02-10vscode: fix ebusy error on windowsVeetaha-2/+1
2020-02-09vscode: changed dns sanity-check url from google.com to example.comVeetaha-3/+6
2020-02-09vscode: add on-success logic to dns resolution sanity checkVeetaha-4/+7
2020-02-09vscode: removed unnecessary awaitsVeetaha-2/+2
2020-02-09vscode: added logging when donloading binariesVeetaha-5/+26
2020-02-09vscode: move throtting of download progress to call siteVeetaha-16/+19
2020-02-09vscode: replaced unwrapNotNil() with ! as per @matkladVeetaha-7/+3
2020-02-09vscode: refactor inverted ternaries to if statements as per @matkladVeetaha-2/+6
2020-02-09vscode: remove noise data fields declarations as per @matkladVeetaha-6/+1
2020-02-09vscode: refactor levels of code nesting and string literals quotesVeetaha-26/+30
2020-02-09vscode: fix chmod to octal literalVeetaha-1/+1
2020-02-09vscode: minor names and message contents changesVeetaha-9/+12
2020-02-09vscode: rename raLspServer variable to langServerVeetaha-3/+3
2020-02-09vscode: refactor commentVeetaha-1/+1
2020-02-09vscode: refactor platform artifact name query to switch statement, move Binar...Veetaha-70/+89
2020-02-08vscode: reduce throttle latency of downloadFile() progress callback for smoot...Veetaha-1/+1
2020-02-08vscode: add name to the second unused argument of withProgress() callbackVeetaha-1/+1
2020-02-08vscode: add docs to installation module interfaces and sanity check to donloa...Veetaha-4/+39
2020-02-08vscode: converted fetchLatestArtifactMetadata params to positional, added docsVeetaha-10/+10
2020-02-08vscode: changed chmod value to 755 as per @lnicolaVeetaha-3/+3
2020-02-08vscode: amended config to use binary from globalStoragePath, added ui for dow...Veetaha-39/+210
2020-02-08added fetchLatestArtifactMetadata() and downloadFile() functionsVeetaha-0/+81
2020-02-08vscode: add FIXME about language client shared resource protectionVeetaha-0/+3
2020-02-05Merge #3024bors[bot]-19/+33
2020-02-05vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha-19/+33
2020-02-05vscode: yet another refactor commitVeetaha-34/+29
2020-02-04Merge two if statements into one in editors/code/src/commands/on_enter.ts.Grégoire Geis-1/+1
2020-02-03Remove enableEnhancedTyping and type overriding infrastructure.Gregoire Geis-36/+1
2020-02-03Add regular onEnter command, allowing onEnter to be called without overriding...Gregoire Geis-19/+35
2020-02-03Use simple prng instead of a dependencyAleksey Kladov-3/+22
2020-02-02vscode: use void where possibleVeetaha-5/+9
2020-02-02vscode: fix, fallback to any for cmd typeVeetaha-1/+1
2020-02-02vscode extension: migrate from any to unknown where possibleVeetaha-9/+9
2020-02-02vscode: fix typeVeetaha-1/+1
2020-02-02vscode refactoring: use more laconic export snytax, split huge string to seve...Veetaha-33/+18
2020-02-02vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha-9/+9
2020-02-01Merge #2964bors[bot]-8/+14
2020-02-01Tsfmtbjorn3-2/+2
2020-02-01Fix seedrandom in packaged extensionbjorn3-2/+1
2020-02-01[VSCode] Fix syntax highlightingbjorn3-1/+3
2020-01-31Improve responsiveness of the cargo check status labelLaurențiu Nicola-8/+14
2020-01-28Provide better diagnostics if the server is not in pathAleksey Kladov-1/+7