From 1f746c2b9bf04246e7bebc13420f36f9f12be876 Mon Sep 17 00:00:00 2001 From: khaliaothman298-afk Date: Thu, 8 Jan 2026 16:41:53 -0800 Subject: [PATCH] chore: add duplicate configuration for attaching to Chrome in launch.json --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index af661fb..51e2fc8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,14 @@ "type": "chrome", "webRoot": "${workspaceFolder}" }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": " + " + }, { "name": "Attach to Chrome", "port": 9222,