diff options
| author | Scott Densmore <[email protected]> | 2025-06-22 22:52:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-22 22:52:25 -0700 |
| commit | 99d521569d392e660f8dbbb9a50cad9c9062b75b (patch) | |
| tree | 302cfaa71b326ab4eb3ea345bcab7a7c2c731f60 /.vscode | |
| parent | 156feff5b19f98dc097603abc408a86f82f6d149 (diff) | |
Scotdensmore/first run auth fix (#1322)
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": ["<node_internals>/**"], "cwd": "${workspaceFolder}", + "console": "integratedTerminal", "env": { - "GEMINI_SANDBOX": "false", - "GEMINI_API_KEY": "testkey" + "GEMINI_SANDBOX": "false" } }, { |
