提交 5252b76e 编写于 作者: J João Moreno

add shared process to vs code launch config

上级 6102b5b6
......@@ -21,11 +21,11 @@
]
},
{
"type": "chrome",
"type": "pwa-chrome",
"request": "attach",
"name": "Attach to Shared Process",
"port": 9222,
"urlFilter": "*"
"urlFilter": "*sharedProcess.html*",
},
{
"type": "node",
......@@ -359,14 +359,15 @@
],
"compounds": [
{
"name": "Debug VS Code Main, Renderer & Extension Host",
"name": "VS Code",
"configurations": [
"Launch VS Code",
"Attach to Main Process",
"Attach to Extension Host"
"Attach to Extension Host",
"Attach to Shared Process",
],
"presentation": {
"group": "1_vscode",
"group": "0_vscode",
"order": 1
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册