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-05-29window - align interfaces for openingBenjamin Pasero
2020-05-27sandbox - adopt types from electron 7Benjamin Pasero
2020-05-26sandbox - reduce clipboard dependencies in rendererBenjamin Pasero
2020-05-25sandbox - ensure IElectronService is declared from electron-sandbox layerBenjamin Pasero
2020-05-25sandbox - add windowId to electron serviceBenjamin Pasero
2020-05-25sandbox - move electron service into common/sandboxBenjamin Pasero
2020-05-25sandbox - make moveToTrash an electron service thingBenjamin Pasero
2020-05-25sandbox - further reduce electron dependenciesBenjamin Pasero
2020-05-10windows - ensure new-window request has right window context (fix #97172)Benjamin Pasero
2020-04-06debt - extract node pieces to node layer (window)Benjamin Pasero
2020-04-06debt - remove node pieces from environment (#82598)Benjamin Pasero
2020-03-30window picker - indicate dirty windowsBenjamin Pasero
2020-03-22quick access - fix missing pieces to properly enable for selfhostingBenjamin Pasero
2020-03-10feat: enable appcenter support (#92295)Robo
2020-02-28debt - reduce usage of explicit anyBenjamin Pasero
2020-02-04chore: update to electron 7 (#89260)Robo
2020-01-28fix #89317Benjamin Pasero
2020-01-25revert back to electron 6 (#89245)Benjamin Pasero
2020-01-09chore: Upgrade to electron 7.x (#83796)Robo
2019-11-30Make extension respect the window.openFoldersInNewWindow setting. Fixes #85851Martin Aeschlimann
2019-10-25cleanup for #81060Andre Weinand
2019-10-25Remove IElectronService.openExtensionDevelopmentHostWindow; fixes #81060Andre Weinand
2019-10-21debt - optional chainingBenjamin Pasero
2019-10-18don't use ParsedArgs in rawDebugSession; fixes #80461Andre Weinand
2019-10-10update to electron 6.0.x (#81644)Benjamin Pasero
2019-10-07debt - reduce usage of strict null bypassBenjamin Pasero
2019-10-05debt - move out reload/quit to lifecycle serviceBenjamin Pasero
2019-10-05debt - no need for explicit closeWorkspace()Benjamin Pasero
2019-10-05debt - move pick & open into electron main serviceBenjamin Pasero
2019-10-02fix #81653Benjamin Pasero
2019-09-30electron - revert to Electron 4Benjamin Pasero
2019-09-30debt - move enterWorkspace into workspace serviceBenjamin Pasero
2019-09-30debt - introduce and use dialog main serviceBenjamin Pasero
2019-09-30host - reduce methods that are requiredBenjamin Pasero
2019-09-27debt - extract node only window optionsBenjamin Pasero
2019-09-27debt - merge workspaces and history into oneBenjamin Pasero
2019-09-26debt - move native dialog optionsBenjamin Pasero
2019-09-26debt - rename platform/history => workspacesHistoryBenjamin Pasero
2019-09-26debt - get rid of windows serviceBenjamin Pasero
2019-09-26debt - introduce and use workspaces history serviceBenjamin Pasero
2019-09-26debt - remove windowId from window serviceBenjamin Pasero
2019-09-26debt - implement window events and focus trackingBenjamin Pasero
2019-09-25debt - add window events to electron serviceBenjamin Pasero
2019-09-25ipc - lay foundation for events supportBenjamin Pasero
2019-09-25debt - getWindows is electron onlyBenjamin Pasero
2019-09-25debt - remove unusedBenjamin Pasero
2019-09-25debt - add openInWindow to hostBenjamin Pasero
2019-09-25debt - implement focusWindow() via hostBenjamin Pasero
2019-09-24debt - window max/min is electron onlyBenjamin Pasero
2019-09-24debt - closeWindow is electron onlyBenjamin Pasero