From 76c29f6dcf47b77070dafa3e0e4acb9c06b6f657 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Tue, 24 Aug 2021 11:40:37 -0700 Subject: [PATCH] add attach to renderer (#16869) * add attach to renderer * increase timeout --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 84937ad709..e0e3dc3eea 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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": {