From d33ad5d6a951dcac2d1ee03b0b53896934464e6e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 22 Oct 2024 01:38:14 +0200 Subject: [PATCH] Not much point in leaving the server hanging after a stop --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 45ce8c7e..135f1a79 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -21,6 +21,7 @@ "pattern": " ➜ Local: (http://.+/)", "uriFormat": "%s", "action": "debugWithChrome", + "killOnServerStop": true } }, ]