code-server/src
Asher 4e93db5b95
feat: relaunch on SIGUSR2 (#4979)
This is because Node uses SIGUSR1 to enable the debug listener so even
if you just want to restart code-server you end up enabling the debug
listener as well.

Opted to leave the SIGUSR1 handler in to avoid breaking existing
workflows even though it does mean even if you only want to enable the
debug listener you will end up restarting code-server as well.  We could
consider removing it after a transition phase.
2022-04-27 10:10:48 -05:00
..
browser chore: move to patches (#4997) 2022-03-22 15:07:14 -05:00
common Fix relative paths (#4594) 2021-12-08 15:52:15 -06:00
node feat: relaunch on SIGUSR2 (#4979) 2022-04-27 10:10:48 -05:00