From 99d521569d392e660f8dbbb9a50cad9c9062b75b Mon Sep 17 00:00:00 2001 From: Scott Densmore Date: Sun, 22 Jun 2025 22:52:25 -0700 Subject: Scotdensmore/first run auth fix (#1322) --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 95c1bf69..291c3c06 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,9 +12,9 @@ "runtimeArgs": ["run", "start"], "skipFiles": ["/**"], "cwd": "${workspaceFolder}", + "console": "integratedTerminal", "env": { - "GEMINI_SANDBOX": "false", - "GEMINI_API_KEY": "testkey" + "GEMINI_SANDBOX": "false" } }, { -- cgit v1.2.3