From af2cafef8d38c651d5d875ccbd31b87e7562471d Mon Sep 17 00:00:00 2001 From: khaliaothman298-afk Date: Thu, 8 Jan 2026 16:41:47 -0800 Subject: [PATCH] chore: update launch configuration for Jest debugging --- .vscode/launch.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7c8f891..af661fb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,20 @@ "type": "chrome", "webRoot": "${workspaceFolder}" }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, { "type": "node",