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-29web - allow --add to add folder to workspaceBenjamin Pasero
2020-05-29window - align interfaces for openingBenjamin Pasero
2020-05-26Merge branch 'master' into ben/electron-sandboxBenjamin Pasero
2020-05-26web - support to open a file on a lineBenjamin Pasero
2020-05-25sandbox - fix cyclic dependencyBenjamin Pasero
2020-05-25sandbox - move main process service into electron-sandboxBenjamin Pasero
2020-05-25sandbox - move electron service into common/sandboxBenjamin Pasero
2020-05-12Merge branch 'master' into aeschli/avoidthemeonbodyMartin Aeschlimann
2020-05-10windows - ensure new-window request has right window context (fix #97172)Benjamin Pasero
2020-05-09Themes: set classes to the <body> element. Fixes #92953Martin Aeschlimann
2020-05-04es6 - use more find over filterBenjamin Pasero
2020-05-01Fixes #96681 & moreEric Amodio
2020-04-06debt - extract node pieces to node layer (window)Benjamin Pasero
2020-04-06debt - remove node pieces from environment (#82598)Benjamin Pasero
2020-04-06debt - more usage of ES6 object assignBenjamin Pasero
2020-03-30Indicate dirty workspaces in recently opened (#93723)Benjamin Pasero
2020-03-30No longer restore backuped folders and workspaces. For #92467Martin Aeschlimann
2020-03-30window picker - indicate dirty windowsBenjamin Pasero
2020-03-03debt - fold electron environment and native environment into oneBenjamin Pasero
2020-03-02debt - move native pieces of window config into node layerBenjamin Pasero
2020-02-19Hot exit: folders with backups no longer restore. Fixes #90949Martin Aeschlimann
2020-02-06workspaces service :lipstick:Benjamin Pasero
2020-02-04chore: update to electron 7 (#89260)Robo
2020-01-29Don't remove trailing separator from drive letters (#89218)Alex Ross
2020-01-25revert back to electron 6 (#89245)Benjamin Pasero
2020-01-17electron - avoid more deprecated API (themes)Benjamin Pasero
2019-12-19actually fix #87258Benjamin Pasero
2019-12-18window - save window state on focus lost (fix #87171)Benjamin Pasero
2019-12-12add tracing for #86771Benjamin Pasero
2019-12-11fixes #85304SteVen Batten
2019-12-01 Opening remote file from cli is opening folder. Fixes #85883Martin Aeschlimann
2019-11-30Make extension respect the window.openFoldersInNewWindow setting. Fixes #85851Martin Aeschlimann
2019-11-14macOS: File > Open no longer adds files to recently opened. Fixes #84421Martin Aeschlimann
2019-10-31Web telemetry - write machineId to local storageRachel Macfarlane
2019-10-29--diff does not work with WSL. Fixes #83473Martin Aeschlimann
2019-10-23debt - remove some unused env propertiesBenjamin Pasero
2019-10-23web - provide env.isBuilt properlyBenjamin Pasero
2019-10-23introduce sessionIdJoao Moreno
2019-10-22add helper function for menubarvisibilitySteVen Batten
2019-10-21debt - optional chainingBenjamin Pasero
2019-10-16electron 6 - adopt 'high-contrast-color-scheme-changed' eventBenjamin Pasero
2019-10-14fix #41691Benjamin 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 - windows => windowsMainServiceBenjamin Pasero
2019-10-05debt - add whenClosedOrLoaded into window classBenjamin Pasero
2019-10-05debt - handle window errors in window classBenjamin Pasero
2019-10-05debt - move pick & open into electron main serviceBenjamin Pasero
2019-09-30debt - move enterWorkspace into workspace serviceBenjamin Pasero