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-03-02Remove picker telemetryLogan Ramos
2022-02-14tangle - extract `platform/action` (fix #141154)Benjamin Pasero
2022-02-14tangle - extract common window (#141154)Benjamin Pasero
2022-02-07debt - untangle workspace <=> workspaces (part 1, #141154)Benjamin Pasero
2022-02-03untangle part of platform https://github.com/microsoft/vscode/issues/141154Johannes Rieken
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-12refactor credentials service to mainTyler Leonhardt
2022-01-08use @vscode/windows-registrySteVen Batten
2021-12-16Enable no-case-declarations in codebase (#139243)Matt Bierner
2021-11-18Update to a newer `sudo-prompt` library (#137467)Benjamin Pasero
2021-10-23Window crash: "Reopen" does not work on macOS (fix #135572)Benjamin Pasero
2021-10-11Auto detect color scheme not working after reload window. Fixes #126823Martin Aeschlimann
2021-08-06Organize imports in vs/platformMatt Bierner
2021-06-26transient workspaces - reload should close workspaceBenjamin Pasero
2021-06-18increment index to stop infinite loop reading credentials on windows fixes #1...unknown
2021-06-15dialogs - fill in proper options used elsewhereBenjamin Pasero
2021-06-07debt - access some of our versions of fs APIs via new Promises classBenjamin Pasero
2021-05-22retry logic for setting password (#124390)Tyler James Leonhardt
2021-05-21Merge pull request #124346 from microsoft/ben/pfs-promisesBenjamin Pasero
2021-05-17sandbox - make CLI commands a native host thing (#123899)Benjamin Pasero
2021-05-07Adopt @ link in few places internallyMatt Bierner
2021-05-06Allow rapid render in sandbox (#122828) (#122830)Benjamin Pasero
2021-05-03:chore: - adopt some Electron 12 APIBenjamin Pasero
2021-05-03electron - stop delaying the quit method artificallyBenjamin Pasero
2021-05-03web - stop using window.localStorageBenjamin Pasero
2021-03-29:up: sudo-promptBenjamin Pasero
2021-03-15debt - use product service in more placesBenjamin Pasero
2021-03-12Lift native text file service to electron-sandbox (#118815)Benjamin Pasero
2021-03-10remote authority - update commentsBenjamin Pasero
2021-03-09allow null for remoteAuthority in IBaseOpenWindowsOptions to force local windowMartin Aeschlimann
2021-03-05Open window with authorityMartin Aeschlimann
2021-02-26chore - have a single display change listenerBenjamin Pasero
2021-02-17Disable keytar in our integration tests (#116852)Benjamin Pasero
2021-02-16window - type win as null if disposedBenjamin Pasero
2021-02-16debt - consistently refer to main servicesBenjamin Pasero
2021-02-16debt - consistent event names in mainBenjamin Pasero
2021-02-11move ipc services back to e-sandboxJoão Moreno
2021-02-11isolate IMainProcessService and ISharedProcessService into commonJoão Moreno
2021-02-10rename createChannelReceiver into ProxyChannel namespace (#116308)João Moreno
2021-02-03fs - merge readdir functions into oneBenjamin Pasero
2021-02-02fs - sort pfs and introduce SymlinkSupport namespaceBenjamin Pasero
2021-01-21window - reduce to one property for opened workspaceBenjamin Pasero
2021-01-16shared process - drop management serviceBenjamin Pasero
2021-01-16Add 'key' to onDidChange of secrets API, #112249Rachel Macfarlane
2021-01-04env - fully qualify our own variablesBenjamin Pasero
2020-12-14windows - first cut cleanup of windows finding logicBenjamin Pasero
2020-12-07debt - shuffle some electron-main code to better layersBenjamin Pasero
2020-11-24chore: update to electron 11 (#110759)Robo
2020-11-19sandbox - fix process in sandboxed environment (allow to run on Windows)Benjamin Pasero
2020-11-06Fix command for renabling extensions when running with cli flag, fixes #94532Rachel Macfarlane