From 9d023be1d16a6bf7427569f863e6cfd2c3442d8b Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Tue, 12 Aug 2025 15:57:27 -0700 Subject: Upgrade integration tests to use Vitest (#6021) --- .vscode/launch.json | 13 ------------- 1 file changed, 13 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 97c9eba5..6e4a7605 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,19 +17,6 @@ "GEMINI_SANDBOX": "false" } }, - { - "type": "node", - "request": "launch", - "name": "Launch E2E", - "program": "${workspaceFolder}/integration-tests/run-tests.js", - "args": ["--verbose", "--keep-output", "list_directory"], - "skipFiles": ["/**"], - "cwd": "${workspaceFolder}", - "console": "integratedTerminal", - "env": { - "GEMINI_SANDBOX": "false" - } - }, { "name": "Launch Companion VS Code Extension", "type": "extensionHost", -- cgit v1.2.3