Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-28debt - avoid Promise.reject() in async functionsBenjamin Pasero
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-08-19Fix microsoft/vscode-remote-release/issues/1027Sandeep Somavarapu
2019-07-20Enable download service for browserSandeep Somavarapu
2019-07-10Support request service in webSandeep Somavarapu
2019-03-20Add typings for simple `_` and other parameters that are missing typesMatt Bierner
2019-03-15Move remote agent environment out of node (#70568)Alex Ross
2019-03-11debt - restore used classBenjamin Pasero
2019-03-11electron 5 - bootstrap a nodeless configuration (#68302)Benjamin Pasero
2019-03-04debt - make target location optional and let service decideJohannes Rieken
2019-02-12paths - paths.node.ts => path.tsBenjamin Pasero
2019-02-12use new path implementation (#68538)SteVen Batten
2019-01-16Simplify transformersAlex Dima
2019-01-04Mark private service properties declarated in ctors as readonlyMatt Bierner
2019-01-04Always require an explicit argument for Emitter.fireMatt Bierner
2019-01-03replace void 0 with undefinedRob Lourens
2018-12-13debt - Thenable -> PromiseJohannes Rieken
2018-12-11event namespace consolidation & docsJoao Moreno
2018-11-26TPromise => Promise (#63768)Benjamin Pasero
2018-11-14Move uri transformer to shared processSandeep Somavarapu
2018-11-13fix strict null checks in downloadIpcJoao Moreno
2018-11-13add connection context to IPCJoao Moreno
2018-11-13Strict null check downloadIpcMatt Bierner
2018-11-12explore extensions managementSandeep Somavarapu
2018-10-03Remove use strict directives in main vs code ts filesMatt Bierner
2018-10-02#53526 Use PromiseSandeep Somavarapu
2018-09-21Fix #59112Sandeep Somavarapu
2018-09-03uri - replace usages of default export with named exportJohannes Rieken
2018-08-22tweak d.ts to avoid security and deprecation pitfallsBenjamin Pasero
2018-08-21fix compilationSandeep Somavarapu
2018-08-21Use fs readstream to upload bufferSandeep Somavarapu
2018-08-21Make download service optionalSandeep Somavarapu
2018-08-21Use URI transformer for download service channelSandeep Somavarapu
2018-08-20Implement download service using request serviceSandeep Somavarapu
2018-08-20- Use URI to install from vsixSandeep Somavarapu