code-server/src/node
Tian Jian 59f667ec14
Fix: use pipe to spawn child process to re-enable file logging (#4293)
We pipe the child's stdout and stderr to the log file (and to the parent's streams) but since we used `inherit` for `stdio` this caused the child to use the parent's streams directly which made `child.stdout` and `child.stderr` non-existent and thus we had no file logging.

Using `pipe` creates stdin and stderr on the child.
2021-10-05 10:55:40 -05:00
..
routes fix: close vscodeServer on server close if defined 2021-10-04 12:06:12 -07:00
app.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
cli.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
coder_cloud.ts remove references of coder could 2021-03-16 22:59:30 -04:00
constants.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
entry.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
heart.ts heart.ts: Fix leak when server closes 2021-01-20 02:06:44 -05:00
http.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
link.ts Add linkup command to improve link functionality 2021-09-30 19:14:17 -04:00
main.ts Fix issue where marketplace is undefined. 2021-10-04 13:26:16 -04:00
plugin.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
proxy.ts Update proxy path passthrough documentation 2021-02-05 11:44:38 -05:00
proxy_agent.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
settings.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
socket.ts chore: update CHANGELOG 2021-05-13 12:10:22 -07:00
update.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
util.ts Refactor vscode endpoints to use fork directly. 2021-09-30 19:14:17 -04:00
wrapper.ts Fix: use pipe to spawn child process to re-enable file logging (#4293) 2021-10-05 10:55:40 -05:00
wsRouter.ts Add health websocket 2021-02-09 13:09:33 -06:00