about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2020-02-17Remove two stage constuctionAleksey Kladov-21/+15
2020-02-17Fix link to the manualAleksey Kladov-1/+1
2020-02-17Push IO and error handling upAleksey Kladov-14/+13
2020-02-17Simplify startupAleksey Kladov-33/+25
2020-02-17Simplify TS reload logicAleksey Kladov-23/+51
2020-02-17Merge #3187bors[bot]-9/+9
2020-02-17:arrow_up: npm depsAleksey Kladov-8/+8
2020-02-17update lockfileAleksey Kladov-1/+1
2020-02-17Merge #3099bors[bot]-0/+43
2020-02-17Merge #3181bors[bot]-3/+19
2020-02-17Add arguments to rustfmtIlya Titkov-3/+19
2020-02-17vscode: minor refactoringsVeetaha-30/+28
2020-02-17vscode: add comment on possible UnhandledPromise rejection errorVeetaha-1/+3
2020-02-16Merge #3173bors[bot]-1/+1
2020-02-16vscode: fix stupid mistakeVeetaha-1/+1
2020-02-16vscode: added minimum bound for lruCapacity optionVeetaha-0/+2
2020-02-16vscode: fix all integer -> number and add nullablitiy to maxInlayHintLengthVeetaha-5/+2
2020-02-16vscode: update exclusiveMinimum validation according to JSONSchemaV4 specsVeetaha-1/+2
2020-02-16Merge #3162bors[bot]-104/+176
2020-02-16vscode: fix the default value for withSysrootVeetaha-1/+1
2020-02-16vscode: save binary version when downloading and download only version that m...Veetaha-96/+72
2020-02-16vscode: extract downloadArtifact() functionVeetaha-0/+58
2020-02-16vscode: add release tag option to fetchArtifactReleaseInfo()Veetaha-5/+11
2020-02-16vscode: add version and storage parameters to github binary sourceVeetaha-3/+35
2020-02-16Disable rollup warningEdwin Cheng-1/+2
2020-02-15vscode: renamed langServer to serverVeetaha-22/+22
2020-02-15vscode: renmed ArtifactMetadata -> ArtifactReleaseInfo, languageServer -> lan...Veetaha-11/+11
2020-02-14Init implementation of structural search replaceMikhail Modin-0/+43
2020-02-14Merge #3131bors[bot]-211/+96
2020-02-14make onConfigChange handler privateVeetaha-1/+1
2020-02-14vscode: moved to getters as per matkladVeetaha-39/+33
2020-02-14Expect vscode 1.42kjeremy-12/+12
2020-02-14Merge #3137bors[bot]-1/+6
2020-02-14Do not register all proposed featureskjeremy-1/+6
2020-02-14Prevent auto-update of dev extensionAleksey Kladov-2/+3
2020-02-14vscode: removed nested errors as per matkladVeetaha-10/+3
2020-02-13vscode: reordered config constructor before methodsVeetaha-5/+6
2020-02-13vscode: redesigned config with simplicity and Dart extension config implement...Veetaha-216/+96
2020-02-13vscode: added more type safety to package.json configVeetaha-0/+10
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/+24
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