about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
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-21/+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-41/+229
2020-02-08added fetchLatestArtifactMetadata() and downloadFile() functionsVeetaha-1/+111
2020-02-08vscode: add FIXME about language client shared resource protectionVeetaha-0/+3
2020-02-05Merge #3024bors[bot]-21/+36
2020-02-05vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha-21/+36
2020-02-05vscode: removed changes to integrity hash in package-lock.jsonVeetaha-1/+1
2020-02-05vscode: yet another refactor commitVeetaha-35/+30
2020-02-04Merge two if statements into one in editors/code/src/commands/on_enter.ts.Grégoire Geis-1/+1
2020-02-03vscode: Only handle enter if the suggest widget is hidden.Gregoire Geis-1/+1
2020-02-03Remove enableEnhancedTyping and type overriding infrastructure.Gregoire Geis-41/+1
2020-02-03Change default enhanced typing behavior from using type to using keybindings.Gregoire Geis-1/+6
2020-02-03Add regular onEnter command, allowing onEnter to be called without overriding...Gregoire Geis-19/+40
2020-02-03Remove unnecessary flagsAleksey Kladov-2/+2
2020-02-03Remove rollup-typescriptAleksey Kladov-15/+2
2020-02-03Update some rollup packagesAleksey Kladov-29/+32
2020-02-03Use simple prng instead of a dependencyAleksey Kladov-18/+23
2020-02-03Remove recent improvements to the build scriptAleksey Kladov-15/+14
2020-02-03Fix build of typscript extensionAleksey Kladov-0/+1
2020-02-03vscode: fix bundling by switching to es2015 target modules systemVeetaha-1/+1
2020-02-03vscode: dropped npm-check-updates scriptVeetaha-2014/+1
2020-02-03vscode: updated rollup typescript so it typechecks the bundleVeetaha-7/+2020
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-10/+11
2020-02-02Merge #2979bors[bot]-4/+4
2020-02-02fix repo link in package.jsonVeetaha-1/+2
2020-02-01vscode: moved tslib to runtime dependencies and added \"importHelpers\": trueVeetaha-4/+4
2020-02-01Merge #2964bors[bot]-8/+14
2020-02-01Tsfmtbjorn3-2/+2
2020-02-01Fix seedrandom in packaged extensionbjorn3-3/+3