We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3a50c commit 19a651bCopy full SHA for 19a651b
1 file changed
.vscode/launch.json
@@ -15,6 +15,7 @@
15
"type": "node",
16
"request": "attach",
17
"name": "Attach to Extension Host",
18
+ "timeout": 30000,
19
"port": 5870,
20
"outFiles": [
21
"${workspaceFolder}/out/**/*.js"
0 commit comments