Skip to content

Commit 5f09207

Browse files
committed
Fix shared process launch config
1 parent 9cabcf1 commit 5f09207

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.vscode/launch.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@
2222
]
2323
},
2424
{
25-
"type": "node",
25+
"type": "chrome",
2626
"request": "attach",
2727
"name": "Attach to Shared Process",
28-
"port": 5871,
29-
"outFiles": [
30-
"${workspaceFolder}/out/**/*.js"
31-
]
28+
"port": 9222,
29+
"urlFilter": "*"
3230
},
3331
{
3432
"type": "node",

0 commit comments

Comments
 (0)