From fb0f28aab9cf6b1aa69427f15874b7957f8f95ab Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 8 Feb 2025 22:52:54 -0800 Subject: [PATCH] Remove a .vscode/launch.json config that is rarely used --- .vscode/launch.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c5c33d5d98..b4149c3020 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,19 +7,6 @@ // - "cppvsdbg" is used instead of "lldb" on Windows, because "lldb" is too slow "version": "0.2.0", "configurations": [ - { - "type": "bun", - "request": "launch", - "name": "[js] bun test [file]", - "runtime": "${workspaceFolder}/build/debug/bun-debug", - "args": ["test", "${file}"], - "cwd": "${workspaceFolder}", - "env": { - "BUN_DEBUG_QUIET_LOGS": "1", - "BUN_DEBUG_jest": "1", - "BUN_GARBAGE_COLLECTOR_LEVEL": "1", - }, - }, // bun test [file] { "type": "lldb",