From ed18389bb2507392968db391849516e0af74facc Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Mon, 27 May 2024 15:02:11 -0500 Subject: [PATCH] auto restart of debugger --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 942482f..ae3faa4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,7 @@ "name": "Attach", "port": 9229, "request": "attach", + "restart": true, "skipFiles": [ "/**" ],