debug: remove timeout connecting to renderer (#162899)

Fixes #159835
pull/162906/head
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
1 changed files with 1 additions and 1 deletions

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"