From 7ecdd35f53d837f48cf4576b3cfbca8e424970c2 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Sat, 18 Mar 2017 18:43:10 -0700 Subject: [PATCH] Use new chrome-debug 'urlFilter' to attach to renderer process --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a3a72ea7e09..df98217585a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -118,8 +118,7 @@ "type": "chrome", "request": "attach", "name": "Attach to VS Code", - "port": 9222, - "url": "*" + "port": 9222 }, { "type": "chrome", @@ -133,7 +132,8 @@ }, "linux": { "runtimeExecutable": "${workspaceRoot}/scripts/code.sh" - } + }, + "urlFilter": "*index.html*" } ] } \ No newline at end of file