mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-02-08 01:10:10 +08:00
Merge pull request #223 from electron-vite/chore/220806-enhance-debug
Cannot connect to the target at localhost:9229
This commit is contained in:
commit
926faffd3e
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -38,7 +38,8 @@
|
|||||||
"name": "Debug Renderer Process",
|
"name": "Debug Renderer Process",
|
||||||
"port": 9229,
|
"port": 9229,
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"type": "pwa-chrome"
|
"type": "pwa-chrome",
|
||||||
|
"timeout": 60000
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user