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-08history: fix layer breakerConnor Peet
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-20Avoid layer breaker import (#140856)Alex Dima
2022-01-17Ensure all files are covered by `code-import-patterns` (fixes #140857)Alex Dima
2019-09-26debt - rename platform/history => workspacesHistoryBenjamin Pasero
2019-09-24Marking most private emitters as readonlyMatt Bierner
2019-09-19debt - require electron and not ElectronBenjamin Pasero
2019-09-17electron-main renames :lipstick:Benjamin Pasero
2019-09-17debt - more platform/electron-main cleanupBenjamin Pasero
2019-09-17debt - clean up platform/electron-main (part 1)Benjamin Pasero
2019-09-16web - limit workspace actionsBenjamin Pasero
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-08-20History Main Service: bad reference to 'window'? Fixes #79426Martin Aeschlimann
2019-08-05debt - a bit of strictPropertyInitialization (#78168)Benjamin Pasero
2019-07-11restore history entries gracefullyMartin Aeschlimann
2019-07-03Remove suppressImplicitAnyIndexErrors For. #76442Martin Aeschlimann
2019-07-01web - implement recently opened and preserve fullscreen on switch (fix #76034)Benjamin Pasero
2019-06-12Fix Recent list in dock does not show recent files/folders #74788 (#75108)malingyan2017
2019-06-03debt - introduce lifecycle phases on electron-main and adoptBenjamin Pasero
2019-05-11fix #73529Benjamin Pasero
2019-04-13history - actually filter some filesBenjamin Pasero
2019-04-12fix #71992Johannes Rieken
2019-04-12history - exclude some typical git files from dock/taskbar entries since thos...Benjamin Pasero
2019-03-14List of recently opened sorts weird. Fixes #70222Martin Aeschlimann
2019-03-11fix #57272Benjamin Pasero
2019-03-08don't store empty label listMartin Aeschlimann
2019-03-08store labels in windowserviceMartin Aeschlimann
2019-03-08label polishesMartin Aeschlimann
2019-03-08label for recentMartin Aeschlimann
2019-02-15rename resources.fsPath to resources.originalFSPathMartin Aeschlimann
2019-02-12paths - paths.node.ts => path.tsBenjamin Pasero
2019-02-12paths - move path to extpathBenjamin Pasero
2019-02-12debt - use our paths lib over nodeBenjamin Pasero
2019-02-12dirname can not return nullMartin Aeschlimann
2019-02-11workspaceHome -> untitledWorkspacesHome, is URIMartin Aeschlimann
2019-02-07Merge branch 'master' into aeschli/remote-workspacesMartin Aeschlimann
2019-02-07some null checksMartin Aeschlimann
2019-02-07history storage testsMartin Aeschlimann
2019-01-28adopt stored workspaceIdentifiers: back, history , windowsStateMartin Aeschlimann
2019-01-25allow remote workspacesMartin Aeschlimann
2019-01-25after save workspace: remove untitled WS and add to recentMartin Aeschlimann
2019-01-04Mark private service properties declarated in ctors as readonlyMatt Bierner
2018-12-21perf - avoid writing state when state did not changeBenjamin Pasero
2018-12-17slightly increase limits (for #64977)Benjamin Pasero
2018-12-14Prefer using Array<T> for complex array typesMatt Bierner
2018-12-11Strict null check window and storageipcMatt Bierner
2018-12-10remove labelService from main sideisidor
2018-12-08Prefer coalesce over filterMatt Bierner
2018-11-05Strict null checksMatt Bierner
2018-10-29npe in history main serviceMartin Aeschlimann