From fad3a77833b9249158dfd88477114a06435e46a2 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 6 Oct 2022 16:02:09 -0700 Subject: [PATCH] debug: remove timeout connecting to renderer (#162899) Fixes #159835 --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d0c0ed97f49..3bf8c67198f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -230,7 +230,7 @@ "runtimeExecutable": "${workspaceFolder}/scripts/code.sh" }, "port": 9222, - "timeout": 20000, + "timeout": 0, "env": { "VSCODE_EXTHOST_WILL_SEND_SOCKET": null, "VSCODE_SKIP_PRELAUNCH": "1"