From 20825e41148a58998a6b1e5869149eac8d09cfbd Mon Sep 17 00:00:00 2001 From: matt korwel Date: Sun, 6 Jul 2025 20:16:42 -0700 Subject: Release misc (#3418) --- .vscode/launch.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 291c3c06..605a464d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -21,10 +21,14 @@ "type": "node", "request": "launch", "name": "Launch E2E", - "runtimeExecutable": "npm", - "runtimeArgs": ["run", "test:e2e", "read_many_files"], + "program": "${workspaceFolder}/integration-tests/run-tests.js", + "args": ["--verbose", "--keep-output", "list_directory"], "skipFiles": ["/**"], - "cwd": "${workspaceFolder}" + "cwd": "${workspaceFolder}", + "console": "integratedTerminal", + "env": { + "GEMINI_SANDBOX": "false" + } }, { "name": "Attach", -- cgit v1.2.3