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,