Skip to content

Commit

Permalink
Use new chrome-debug 'urlFilter' to attach to renderer process
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Mar 19, 2017
1 parent 27a9984 commit 7ecdd35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@
"type": "chrome",
"request": "attach",
"name": "Attach to VS Code",
"port": 9222,
"url": "*"
"port": 9222
},
{
"type": "chrome",
Expand All @@ -133,7 +132,8 @@
},
"linux": {
"runtimeExecutable": "${workspaceRoot}/scripts/code.sh"
}
},
"urlFilter": "*index.html*"
}
]
}

0 comments on commit 7ecdd35

Please sign in to comment.