diff options
| author | Tommaso Sciortino <[email protected]> | 2025-08-12 15:57:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-12 22:57:27 +0000 |
| commit | 9d023be1d16a6bf7427569f863e6cfd2c3442d8b (patch) | |
| tree | b983227f56fd9f26008b475061a345b61207c970 /.vscode | |
| parent | 8d6eb8c322890b5cdf20d4a30dd17afb1541f5aa (diff) | |
Upgrade integration tests to use Vitest (#6021)
Diffstat (limited to '.vscode')
| -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", |
