diff --git a/.vscode/launch.json b/.vscode/launch.json index 26e4b56fc9..4ae9375942 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -70,10 +70,12 @@ "timeout": 20000 }, "osx": { - "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh" + "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh", + "timeout": 20000 }, "linux": { - "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh" + "runtimeExecutable": "${workspaceFolder}/scripts/sql.sh", + "timeout": 20000 }, "env": { "VSCODE_EXTHOST_WILL_SEND_SOCKET": null