Merge pull request #223 from electron-vite/chore/220806-enhance-debug

Cannot connect to the target at localhost:9229
This commit is contained in:
草鞋没号 2022-08-06 09:55:31 +08:00 committed by GitHub
commit 926faffd3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
},
]
}