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
2020-04-06debt - remove node pieces from environment (#82598)Benjamin Pasero
2019-12-12fix minimal wrong spell (#86744)kevinn
2019-10-08Marking a bunch of static variables as readonlyMatt Bierner
2019-09-26:lipstick: move a few services aroundBenjamin Pasero
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-07-03Add explicit index signatureMatt Bierner
2019-06-03debt - introduce lifecycle phases on electron-main and adoptBenjamin Pasero
2019-05-23debt - more async/await adoptionBenjamin Pasero
2019-04-01debt - merge extfs and pfsBenjamin Pasero
2019-04-01debt - get rid of flowBenjamin Pasero
2019-04-01debt - reduce explicit any or castsBenjamin Pasero
2019-02-20Reduce layer breaking imports in testsAlex Dima
2019-02-12paths - paths.node.ts => path.tsBenjamin Pasero
2019-02-12debt - use our paths lib over nodeBenjamin Pasero
2019-02-12use new path implementation (#68538)SteVen Batten
2019-01-03replace void 0 with undefinedRob Lourens
2018-12-21perf - avoid writing state when state did not changeBenjamin Pasero
2018-12-21perf - init state service async on startupBenjamin Pasero
2018-11-13Fix overloadMatt Bierner
2018-11-13Strict null check state serviceMatt Bierner
2018-10-12Add null type annotations for the common `x: T = null` patternMatt Bierner
2018-10-03Remove use strict directives in main vs code ts filesMatt Bierner
2018-10-03Remove "use strict" directives in testsMatt Bierner
2018-07-17ensure original-fs is used in all our AMD code (#54468)Benjamin Pasero
2018-07-02debt week code cleanupBenjamin Pasero
2018-03-15Revert "Revert "Avoid using import x = require('...')""Matt Bierner
2018-03-15Revert "Avoid using import x = require('...')"Matt Bierner
2018-03-15Avoid using import x = require('...')Matt Bierner
2018-03-09Build with TS 2.7 (#45348)Matt Bierner
2018-03-08tests - favour promise over done callback (for #45209)Benjamin Pasero
2017-12-05log - less spam on startup when files do not existBenjamin Pasero
2017-12-04log - main side :lipstick:Benjamin Pasero
2017-12-01Environment service: sync read access to UUID file on startup (fixes #39034)Benjamin Pasero
2017-11-24prevent sync access to install source on startup (for #39034)Benjamin Pasero
2017-11-24storage2 => stateBenjamin Pasero