Commit Graph

20 Commits

Author SHA1 Message Date
Alex Dima
cba1d1b184 Prefix all performance.mark calls with code/ 2021-01-11 16:12:03 +01:00
Benjamin Pasero
64eb716d57 env - fully qualify our own variables 2021-01-04 11:08:36 +01:00
Benjamin Pasero
0adc15c4bb configureCrashReporter should check whether we are on Electron 2020-12-18 12:08:43 +01:00
Alexandru Dima
fbe4aa28ff Collect and deliver perf marks from extension hosts (#112552) 2020-12-15 21:48:14 +01:00
Connor Peet
82974e8cda exthost: use marker to avoid duplicating written log messages
Fixes https://github.com/microsoft/vscode/issues/104686
2020-12-08 16:15:14 -08:00
Connor Peet
7491d39190 Merge remote-tracking branch 'origin/master' into connor4312/native-exthost-log 2020-12-08 14:48:29 -08:00
Benjamin Pasero
41025928ad bootstrap - fix more compile errors 2020-11-24 10:03:19 +01:00
Connor Peet
206fbe0bb3 debug: use native logging in extension host
https://github.com/microsoft/vscode/issues/104686
2020-11-23 11:41:46 -08:00
Benjamin Pasero
65f805d98e fix build 2020-11-10 08:17:14 +01:00
Benjamin Pasero
eb8c718e81 debt - fix compile errors in bootstrap files 2020-11-09 09:03:14 +01:00
Benjamin Pasero
c0a4e9e84f bootstrap - add helper utility for node.js things 2020-06-24 17:43:52 +02:00
Benjamin Pasero
a3f86f0923 Drop node.js require for bootstrap and bootstrap-window (#100857)
* sandbox - load bootstrap/bootstrap-window via script tags (workbench)

* sandbox - adopt script loading for issue reporter and process explorer
2020-06-24 09:07:14 +02:00
Benjamin Pasero
6445a85f1c bootstrap - move some methods that are only used once 2020-06-23 14:18:26 +02:00
Benjamin Pasero
560b21efa4 Crash reporter creates two directories (fix #99149) 2020-06-03 10:22:52 +02:00
Matt Bierner
273a4a389d Convert most ts-ignore-calls to ts-expect-error (#93617)
Changes over to use ts-expect-error: https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#ts-expect-error-comments

This revealed a number of places where we no longer need to supress errors
2020-03-30 17:31:37 -07:00
Alex Dima
ffbb280a36 Fixes #68024 2020-03-09 14:51:53 +01:00
Benjamin Pasero
a642dae0e2 process.stdout.write in Extension Host does nothing (fix #74173) (#83833) 2019-11-01 14:58:25 +01:00
Alex Dima
03a9aca859 Add support for injecting node module lookup path 2019-04-10 22:58:42 +02:00
Benjamin Pasero
f3b191ab38 @ts-check for bootstrap JS files 2018-09-07 16:05:28 +02:00
Benjamin Pasero
a4bf919e59 Cleanup bootstrap files (#58171)
* bootstrap  - first cut

* bootstrap => bootstrap-fork, bootstrap-shared => bootstrap

* bootstrap - extract uriFromPath()

* bootstrap - extract readfile/writefile

* bootstrap - share more code when loading renderers

* boostrap-electron-browser => bootstrap-window

* bootstrap - cleanup main.js

* bootstrap - handle index.js

* bootstrap 💄
2018-09-07 12:23:09 +02:00