Skip to content

Commit 19a651b

Browse files
committed
Up ext host timeout to 30 seconds
It can take a long time to start up the client on Windows
1 parent 1b3a50c commit 19a651b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"type": "node",
1616
"request": "attach",
1717
"name": "Attach to Extension Host",
18+
"timeout": 30000,
1819
"port": 5870,
1920
"outFiles": [
2021
"${workspaceFolder}/out/**/*.js"

0 commit comments

Comments
 (0)