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
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2021-08-06Organize imports in vs/platformMatt Bierner
2021-06-08pfs - make more methods available via `Promises`Benjamin Pasero
2021-05-21Merge pull request #124346 from microsoft/ben/pfs-promisesBenjamin Pasero
2021-05-17state service - do not log expected file not found errorBenjamin Pasero
2021-05-11fix state testsBenjamin Pasero
2021-05-11fix testsBenjamin Pasero
2021-05-11fix compile errors (our watch task is not reliable?)Benjamin Pasero
2021-05-11state service :lipstick:Benjamin Pasero
2021-05-11state - rewrite state main persistenceBenjamin Pasero
2021-05-10state service - harden the save code to try to prevent issuesBenjamin Pasero
2021-05-05Make state service async (#122977)Benjamin Pasero
2021-05-03state service - allow multiple setItems at onceBenjamin Pasero
2021-02-03fs - remove promise based methods from pfs and replace with fs.promisesBenjamin Pasero
2021-02-02fs - drop pfs.mkdirp in favor of node.jsBenjamin Pasero
2021-01-22debt - adopt some strictEqual in testsBenjamin Pasero
2021-01-20state service - actually implement interfaceBenjamin Pasero
2021-01-11:lipstick: unit testsBenjamin Pasero
2021-01-11tests - more use of getRandomTestPathBenjamin Pasero
2021-01-08FS improvements for unit tests (#114026)Alexandru Dima
2021-01-05debt - introduce and adopt flakySuiteBenjamin Pasero
2020-12-18fix #112805Benjamin Pasero
2020-12-14fix #112447Benjamin Pasero
2020-09-18debt - more native environment service adoptionBenjamin Pasero
2020-09-03sandbox - move native environment service to common layerBenjamin Pasero
2020-06-05Mark _serviceBrand properties using declare (#99312)Matt Bierner
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