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
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
2018-03-19Prepare for node >= v8.0.0Alex Dima
2018-01-09Use node_modules.asar if presentAlex Dima
2017-09-25show console.log from extension host top frame in dev tools (#34936)Benjamin Pasero
2017-08-18don't log errors twice, #32766Johannes Rieken
2017-05-26Start crash reporter inside child processes (#27180)Ramya Rao
2016-11-03:lipstick:Joao Moreno
2016-06-21Merge branch 'master' into extension-viewletJoao Moreno
2016-06-16allow IO from shared process in devJoao Moreno
2016-06-15fix stray processesJoao Moreno
2016-03-07fix up lint errors, cleanup build folderJoao Moreno
2016-02-29Uncaught exception when calling connection.console.info() (fixes #3128)Benjamin Pasero
2016-02-12fix bootstrapJoao Moreno
2016-02-09refactor bootstrapJoao Moreno
2016-01-15Localization support for main, render and shared processesDirk Baeumer
2016-01-05process.noAsar in forked processesBenjamin Pasero
2015-12-11fix bootstrap baseUrlJoao Moreno
2015-11-26handle case where process.send failsBenjamin Pasero
2015-11-19support null, undefined and errors in extension output (fixes #9)Benjamin Pasero
2015-11-13Hello CodeErich Gamma