Skip to content

Commit 5252b76

Browse files
committed
add shared process to vs code launch config
1 parent 6102b5b commit 5252b76

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.vscode/launch.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
]
2222
},
2323
{
24-
"type": "chrome",
24+
"type": "pwa-chrome",
2525
"request": "attach",
2626
"name": "Attach to Shared Process",
2727
"port": 9222,
28-
"urlFilter": "*"
28+
"urlFilter": "*sharedProcess.html*",
2929
},
3030
{
3131
"type": "node",
@@ -359,14 +359,15 @@
359359
],
360360
"compounds": [
361361
{
362-
"name": "Debug VS Code Main, Renderer & Extension Host",
362+
"name": "VS Code",
363363
"configurations": [
364364
"Launch VS Code",
365365
"Attach to Main Process",
366-
"Attach to Extension Host"
366+
"Attach to Extension Host",
367+
"Attach to Shared Process",
367368
],
368369
"presentation": {
369-
"group": "1_vscode",
370+
"group": "0_vscode",
370371
"order": 1
371372
}
372373
},

0 commit comments

Comments
 (0)