This repo is created to verify this PR.
- Clone this repository.
- Run VS Code.
- Click on "Open folder" and select the cloned directory.
- Make sure
killOnServerStopis set totruein the launch configuration file; for the entry namedserver (then, invoke client). - In the "Run and Debug" sidebar, select
server (then, invoke client)configuration and run it.
You should now see two debug sessions start; "client" and "server". After 10 seconds, the server automatically stops. The client should now stop, and no ongoing debug sessions should be seen.
Follow the above instruction, but make sure killOnServerStop is set to false.
At the end, you should see that the client debug session is still running at wouldn't automatically end.