debug: remove timeout connecting to renderer (#162899)

Fixes #159835
This commit is contained in:
Connor Peet 2022-10-06 16:02:09 -07:00 committed by GitHub
parent b9ebb059db
commit fad3a77833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.vscode/launch.json vendored
View file

@ -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"