From 04518b52c0ddcd5ae1192763c55e472add218b3c Mon Sep 17 00:00:00 2001 From: matt korwel Date: Thu, 19 Jun 2025 16:52:22 -0700 Subject: Auth First Run (#1207) Co-authored-by: Tommaso Sciortino Co-authored-by: N. Taylor Mullen --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index b9967d8c..38740d05 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,10 @@ "runtimeExecutable": "npm", "runtimeArgs": ["run", "start"], "skipFiles": ["/**"], - "cwd": "${workspaceFolder}" + "cwd": "${workspaceFolder}", + "env": { + "GEMINI_SANDBOX": "false" + } }, { "type": "node", -- cgit v1.2.3