Use new chrome-debug 'urlFilter' to attach to renderer process

This commit is contained in:
Rob Lourens
2017-03-18 18:43:10 -07:00
parent 27a99843dc
commit 7ecdd35f53

6
.vscode/launch.json vendored
View File

@@ -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*"
}
]
}