From ef54e4ffbc4ff884c43fd2d214371469a66c5aca Mon Sep 17 00:00:00 2001 From: matt korwel Date: Fri, 20 Jun 2025 01:36:33 -0700 Subject: fallback to gemini_api_key (#1255) --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 38740d05..95c1bf69 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,7 +13,8 @@ "skipFiles": ["/**"], "cwd": "${workspaceFolder}", "env": { - "GEMINI_SANDBOX": "false" + "GEMINI_SANDBOX": "false", + "GEMINI_API_KEY": "testkey" } }, { -- cgit v1.2.3