add attach to renderer (#16869)

* add attach to renderer

* increase timeout
This commit is contained in:
Alan Ren
2021-08-24 11:40:37 -07:00
committed by GitHub
parent b14f9cc098
commit 76c29f6dcf

4
.vscode/launch.json vendored
View File

@@ -33,7 +33,7 @@
"runtimeExecutable": "${workspaceFolder}/scripts/sql.sh"
},
"port": 9222,
"timeout": 20000,
"timeout": 30000,
"env": {
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null,
"VSCODE_SKIP_PRELAUNCH": "1"
@@ -104,6 +104,7 @@
"name": "Attach to Renderer",
"browserAttachLocation": "workspace",
"port": 9222,
"timeout": 30000,
"trace": true,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
@@ -279,6 +280,7 @@
"Attach to Main Process",
"Attach to Extension Host",
"Attach to Shared Process",
"Attach to Renderer"
],
"preLaunchTask": "Ensure Prelaunch Dependencies",
"presentation": {