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-09-18Loader config for node modules when running with sandboxAlex Dima
2020-08-07fix: preserve zoom level on navigation (#104268)Robo
2020-07-20Enable sandbox and contextIsolation for process explorer when running with --...Benjamin Pasero
2020-07-08Adopt loader's `amdModulesPattern` optionAlex Dima
2020-07-07bootstrap - use preload script to access Electron IPCBenjamin Pasero
2020-07-07perf - set zoom level from electron-main and stop using webFrame in renderer ...Benjamin Pasero
2020-06-24Load loader.js via a `<script>` tagAlex Dima
2020-06-24Drop node.js require for bootstrap and bootstrap-window (#100857)Benjamin Pasero
2020-06-23bootstrap - move some methods that are only used onceBenjamin Pasero
2020-06-03Crash reporter creates two directories (fix #99149)Benjamin Pasero
2020-03-31Convert most ts-ignore-calls to ts-expect-error (#93617)Matt Bierner
2020-03-02debt - move native pieces of window config into node layerBenjamin Pasero
2020-02-20Error can be null/undefined.Peng Lyu
2019-10-30Do not swallow loader errorsAlexandru Dima
2019-10-09Disallow reloading in issue reporter. Fixes #77171 (#82131)Jackson Kearl
2019-09-05extensionDevelopmentPath is string[]Martin Aeschlimann
2019-04-04support debuging more than one extension; fixes #71081Andre Weinand
2019-02-12bootstrap - move zoom setting upBenjamin Pasero
2019-01-03replace void 0 with undefinedRob Lourens
2018-12-10Update to Electron 3.0.10 (#56149)Benjamin Pasero
2018-11-30another fix for #62719Benjamin Pasero
2018-11-27only set nodeCachedData-prop when having a dir, #60332Johannes Rieken
2018-11-27adopt new loader, make sure each loader instance has a static seed so that fi...Johannes Rieken
2018-09-10bootstrap - move workbench.js to electron-codeBenjamin Pasero
2018-09-07another attempt at ASARBenjamin Pasero
2018-09-07fix ASAR path againBenjamin Pasero
2018-09-07fix ASAR for windowsBenjamin Pasero
2018-09-07fix bootstrap issuesBenjamin Pasero
2018-09-07@ts-check for bootstrap JS filesBenjamin Pasero
2018-09-07Simplify the loading of the loader in the renderer processesAlex Dima
2018-09-07Cleanup bootstrap files (#58171)Benjamin Pasero