code-server/src
Asher 344df3875f
Fix cli being ran twice
server-main.js runs itself outside a code-server context, which is
determined using the CODE_SERVER_PARENT_PID environment variable.  This
is set by the wrapper, but there is no wrapper when running the
cli (only for the server), so this resulting in the cli running
twice (one self-run on initial import, again when we run spawnCli).

This might fix https://github.com/coder/code-server/issues/7042
2024-11-04 14:59:07 -09:00
..
browser Update Code to 1.94.2 (#7026) 2024-10-17 20:32:21 -08:00
common Update dependencies and force-update qs (#6440) 2023-09-21 16:13:34 -08:00
node Fix cli being ran twice 2024-11-04 14:59:07 -09:00