fix(Debug): `Cannot connect to the target at localhost:9229`

This commit is contained in:
草鞋没号 2022-08-01 11:28:14 +08:00
parent 034f89cec1
commit b8eaa24047
1 changed files with 2 additions and 1 deletions

3
.vscode/launch.json vendored
View File

@ -38,7 +38,8 @@
"name": "Debug Renderer Process",
"port": 9229,
"request": "attach",
"type": "pwa-chrome"
"type": "pwa-chrome",
"timeout": 60000
},
]
}