Archived
1
0

fix: propagate execArgv (#5510)

* Use fork instead of spawn

We no longer do in-place updating so no need for the spawn.  The
advantage of a fork is that it preserves flags like --prof which you can
use to profile code-server.

Also I am not sure the comment about not being able to reload in place
with fork was even true to begin with.

* Refresh heartbeat patch

Seems to have gotten out of date a little.

* Propagate execArgv to extension host

This will let us profile the extension host.
This commit is contained in:
Asher
2022-08-30 10:19:19 -05:00
committed by GitHub
parent 101d4ee4ad
commit 6262c7a0bf
4 changed files with 20 additions and 3 deletions

View File

@ -21,3 +21,4 @@ telemetry.diff
display-language.diff
cli-window-open.diff
heartbeat.diff
exec-argv.diff