code-server/src/node
Asher d431c9cd9d
Fix log file path
The first argument is a file name, not a path.  When the log gets
rotated it prepends the date which ends up creating a path in the
current working directory.
2024-06-21 09:47:44 -08:00
..
i18n feat(lang): Add Urdu Locale (#6444) 2023-09-22 17:16:51 -08:00
routes Do not add extra args in toCodeArgs 2024-05-06 18:39:22 -08:00
app.ts Set session socket into environment variable (#6282) 2023-06-21 22:47:01 -08:00
cli.ts Do not add extra args in toCodeArgs 2024-05-06 18:39:22 -08:00
constants.ts refactor: remove dead code (#5188) 2022-05-10 22:44:54 +00:00
entry.ts Set session socket into environment variable (#6282) 2023-06-21 22:47:01 -08:00
heart.ts Use debug instead of trace 2023-12-06 13:19:36 -09:00
http.ts Handle undefined body 2024-04-16 11:29:12 -08:00
main.ts Fix masking exit code 2024-04-05 16:31:58 -08:00
plugin.ts release: 4.8.2 (#5743) 2022-11-02 14:34:38 -07:00
proxy.ts Fix proxy error on web sockets 2023-03-21 12:24:09 -08:00
settings.ts Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00
socket.ts chore(deps): update dependency @types/node to v16 (#5170) 2022-08-10 16:15:52 -05:00
update.ts Default keepAlive to true for proxy agent 2024-03-11 14:13:21 -08:00
util.ts Remove humanPath (#6404) 2023-08-29 14:25:24 -08:00
vscodeSocket.ts Handle undefined body 2024-04-16 11:29:12 -08:00
wrapper.ts Fix log file path 2024-06-21 09:47:44 -08:00
wsRouter.ts Add origin checks to web sockets (#6048) 2023-03-03 03:12:34 -06:00