diff options
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 97c9eba5..6e4a7605 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,19 +18,6 @@ } }, { - "type": "node", - "request": "launch", - "name": "Launch E2E", - "program": "${workspaceFolder}/integration-tests/run-tests.js", - "args": ["--verbose", "--keep-output", "list_directory"], - "skipFiles": ["<node_internals>/**"], - "cwd": "${workspaceFolder}", - "console": "integratedTerminal", - "env": { - "GEMINI_SANDBOX": "false" - } - }, - { "name": "Launch Companion VS Code Extension", "type": "extensionHost", "request": "launch", |
