Skip to content

Commit

Permalink
Increase timeout to 20 seconds for extension launch in .vscode/launch…
Browse files Browse the repository at this point in the history
….json
  • Loading branch information
marwan37 committed Mar 26, 2024
1 parent 615c91a commit 94034ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"request": "launch",
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"preLaunchTask": "${defaultBuildTask}"
"preLaunchTask": "${defaultBuildTask}",
"timeout": 20000
}
]
}

0 comments on commit 94034ab

Please sign in to comment.