mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 06:06:04 +00:00
Other connected clients will now print: ``` Connected to an existing tunnel process running on this machine. You can press: - Ctrl+C to detach - "x" to stop the tunnel and exit - "r" to restart the tunnel ``` These are then sent to the server to have that take effect. This is mostly some refactors in the singleton_server to make the lifecycle work.