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-09-04debt - remove avoidMonkeyPatchFromAppInsightsben/joint-hippopotamusBenjamin Pasero
2022-07-05Add a setting to enable `sandbox: true` for windows (#154062)Benjamin Pasero
2022-04-30Fixes #148447 (#148456)Jean Pierre
2022-04-28Fixes microsoft/vscode-remote-release#6543: Go through the unexpected error h...Alex Dima
2021-11-11sandbox - clean up some todosBenjamin Pasero
2021-11-10:lipstick:Benjamin Pasero
2021-08-19asar - introduce alternative path to circumvent drive letter casing issues (#...Benjamin Pasero
2021-08-12fix some typo in comments, renaming few methods (#130470)Akat
2021-08-04Remove dependency on node require for startup code path (#130088)Benjamin Pasero
2021-06-18Fixes #126533: Make sure the ASAR path is always added for renderer processesAlexandru Dima
2021-04-06sandbox - prefer sandbox types over node.js typesBenjamin Pasero
2021-03-15debt - consolidate process usageBenjamin Pasero
2021-02-01debt - fix some types in bootstrap JS filesBenjamin Pasero
2020-11-25bootstrap - move portable mode into bootstrap-nodeBenjamin Pasero
2020-11-25sandbox - use IPC communication to read bundlesBenjamin Pasero
2020-11-24bootstrap - expose preload process to base libBenjamin Pasero
2020-11-24bootstrap - fix more compile errorsBenjamin Pasero
2020-11-24bootstrap - fix compile errorsBenjamin Pasero
2020-11-09debt - fix compile errors in bootstrap filesBenjamin Pasero
2020-09-25debt - introduce and adopt FileAccessBenjamin Pasero
2020-09-22sandbox - consolidate fileUriFromPath into oneBenjamin Pasero
2020-07-20Enable sandbox and contextIsolation for process explorer when running with --...Benjamin Pasero
2020-06-25Fix drive casing issue on windowsAlex 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-09Fixes #68024Alex Dima
2019-11-11fixes #83998Joao Moreno
2019-11-01Adopt recursive fs.mkdir from node.js 12 (fix #82617) (#83831)Benjamin Pasero
2019-10-29Fixes microsoft/vscode-remote-release#1632: Handle case where paths are nullAlexandru Dima
2019-10-10update to electron 6.0.x (#81644)Benjamin Pasero
2019-09-30electron - revert to Electron 4Benjamin Pasero
2019-09-13chore: Update to Electron 6.x (#75802)Robo
2019-08-27Use const instead of letMax Belsky
2019-04-10Add support for injecting node module lookup pathAlex Dima
2019-02-20Move language pack processing code to commonDirk Baeumer
2019-01-07:lipstick:Benjamin Pasero
2019-01-07bootstrap - handle UNC paths correctly (#66128)Tereza Tomcova
2018-10-12sqlite - next storage service adoptionBenjamin Pasero
2018-09-26prevent portable in windows setupJoao Moreno
2018-09-23Upgrade appinsights (#58999)Ramya Rao
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-07@ts-check for bootstrap JS filesBenjamin Pasero
2018-09-07Cleanup bootstrap files (#58171)Benjamin Pasero
2018-09-04debt - more TPromise.done() removal and unhandledRejection handler (#57695)Benjamin Pasero
2018-08-31debt - handle SIGPIPE on more processesBenjamin Pasero
2018-08-14ext host - improve printing of circular objectsBenjamin Pasero