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-09-13feedbackSandeep Somavarapu
2022-09-11use storage service if profile is sameSandeep Somavarapu
2022-09-11clean upSandeep Somavarapu
2022-09-11Use StroageService to read and writeSandeep Somavarapu
2022-09-11Implement profile storage serviceSandeep Somavarapu
2022-09-08backups - encapsulate empty window workspace id generation (#160378)Benjamin Pasero
2022-09-07perf - no longer block for backup metadata writes (#160152)Benjamin Pasero
2022-06-21storage - rename `GLOBAL` to `APPLICATION` (#152730)Benjamin Pasero
2022-06-21Introduce and adopt profile management events (#152724)Sandeep Somavarapu
2022-06-21Rename `StorageScope.Global` to `Profile` (#152703)Benjamin Pasero
2022-06-17move IUserDataProfileService to workbench (#152427)Sandeep Somavarapu
2022-06-17Split IUserDataProfilesService (#152385)Sandeep Somavarapu
2022-06-14set some main side storage things as application scopedben/151490Benjamin Pasero
2022-06-14fix browser storage testsBenjamin Pasero
2022-06-14- introduce isDefault property on profileSandeep Somavarapu
2022-06-14storage - add desktop supportBenjamin Pasero
2022-06-14storage - first cut profile supportBenjamin Pasero
2022-06-10Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-01Merge branch 'main' into sandy081/settingsProfileSandeep Somavarapu
2022-05-27storage - remove telemetry for slow close calls but leave logging (#150550)Benjamin Pasero
2022-05-23- Save settings profileSandeep Somavarapu
2022-05-22move globalStorageHome to userDataProfileServiceSandeep Somavarapu
2022-04-25Revert "add `StorageTarget.PROFILE` (#146729)"Sandeep Somavarapu
2022-04-12add `StorageTarget.PROFILE` (#146729)Benjamin Pasero
2022-03-28Log when `close()` on storage takes a bit longer (#146178)Benjamin Pasero
2022-03-17history - fix settings to appear in timelineBenjamin Pasero
2022-02-25lifecycle - remove unused `onBeforeUnloadWindow`Benjamin Pasero
2022-02-22Crash from sqlite3 module with remote integration tests (fix #143186)Benjamin Pasero
2022-02-14tangle - extract common window (#141154)Benjamin Pasero
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2021-11-13Remove instance id common propertyLogan Ramos
2021-11-12lifecycle - emit `onWillShutdown` even when using `app.exit`Benjamin Pasero
2021-11-09lifecycle - emit `onWillKill` when `app.exit`Benjamin Pasero
2021-10-25tests - more `runWithFakedTimers` usage (#135075)Benjamin Pasero
2021-10-25storage - use fake timers for clear test (#135075)Benjamin Pasero
2021-09-06Global state is not updated in instances when more than one opened (fix #132084)Benjamin Pasero
2021-08-06Organize imports in vs/platformMatt Bierner
2021-08-03storage - remove legacy state migrationBenjamin Pasero
2021-07-07storage - do not warm up sqlite on load of another workspace (#127421)Benjamin Pasero
2021-06-08storage - implement clear() properly and add testsBenjamin Pasero
2021-06-06web - implemented indexedDB based storage serviceBenjamin Pasero
2021-05-05Make state service async (#122977)Benjamin Pasero
2021-04-08Add override keyword in codebase (#120755)Matt Bierner
2021-03-15environment - depend on product serviceBenjamin Pasero
2021-03-01Merge remote-tracking branch 'bpasero/ben/march-debt'Benjamin Pasero
2021-02-27Pick up latest TS version for building VS CodeMatt Bierner
2021-02-25storage - drop old node based storage serviceBenjamin Pasero
2021-02-24fix #114031Benjamin Pasero
2021-02-17storage - more consolidationBenjamin Pasero