mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Use new chrome-debug 'urlFilter' to attach to renderer process
This commit is contained in:
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@@ -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*"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user