Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Imms <tyriar@tyriar.com>2020-04-17 19:09:50 +0300
committerDaniel Imms <tyriar@tyriar.com>2020-04-17 19:09:50 +0300
commit19a651b1bc7faeff49564e6ab125e3fa52686852 (patch)
treed8db3ace3e0ef3df6de2bf6bd92cdb2e8991776c /.vscode/launch.json
parent1b3a50ce31fb3d022b2532c9564910d534cb1707 (diff)
Up ext host timeout to 30 seconds
It can take a long time to start up the client on Windows
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index b75f14c30a8..8528cb7f823 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -15,6 +15,7 @@
"type": "node",
"request": "attach",
"name": "Attach to Extension Host",
+ "timeout": 30000,
"port": 5870,
"outFiles": [
"${workspaceFolder}/out/**/*.js"