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-10-28chore: update electron@19.1.3 (#164882)Robo
2022-09-16chore: update electron@19.0.17 (#161027)Robo
2022-06-23Set up console forwarding in the extension host separately of `bootstrap-fork...Alexandru Dima
2022-05-24Use an `UtilityProcess` for the extension host (#150167)Alexandru Dima
2022-02-22bootstrap: fix failing on trying to write to process.stdout/stderrConnor Peet
2022-02-08chore: update to electron 16 (#137241)Robo
2022-01-13exthost: define console methods as non-writable to avoid telemetry issuesConnor Peet
2021-12-29tests: add support for stdout/stderr in the Node extension hostConnor Peet
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-03-16debt - some more process and platform :lipstick:Benjamin Pasero
2021-01-11Prefix all `performance.mark` calls with `code/`Alex Dima
2021-01-04env - fully qualify our own variablesBenjamin Pasero
2020-12-18configureCrashReporter should check whether we are on ElectronBenjamin Pasero
2020-12-15Collect and deliver perf marks from extension hosts (#112552)Alexandru Dima
2020-12-09exthost: use marker to avoid duplicating written log messagesConnor Peet
2020-12-09Merge remote-tracking branch 'origin/master' into connor4312/native-exthost-logConnor Peet
2020-11-24bootstrap - fix more compile errorsBenjamin Pasero
2020-11-23debug: use native logging in extension hostConnor Peet
2020-11-10fix buildBenjamin Pasero
2020-11-09debt - fix compile errors in bootstrap filesBenjamin Pasero
2020-06-24bootstrap - add helper utility for node.js thingsBenjamin Pasero
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-09Fixes #68024Alex Dima
2019-11-01`process.stdout.write` in Extension Host does nothing (fix #74173) (#83833)Benjamin Pasero
2019-04-10Add support for injecting node module lookup pathAlex Dima
2018-09-07@ts-check for bootstrap JS filesBenjamin Pasero
2018-09-07Cleanup bootstrap files (#58171)Benjamin Pasero