From 338abc225fee3b794651ce1612632ed39d8636ee Mon Sep 17 00:00:00 2001 From: khaliaothman298-afk Date: Thu, 8 Jan 2026 16:44:31 -0800 Subject: [PATCH] chore: add multiple configurations for attaching to Chrome in launch.json --- .vscode/launch.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 51e2fc8..221853f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,35 @@ { "version": "0.2.0", "configurations": [ + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "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": " + " + }, + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, { "name": "Attach to Chrome", "port": 9222,