From f95ae9baee72e34abdd455fe069f5ee89fd37973 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 26 Jul 2024 04:14:45 -0700 Subject: [PATCH] launch.json: remove BUN_DEBUG_ALL=1 from 'bun run' (#12845) --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 625ed0cf8d3e3b..4a7052e99b29b3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -152,7 +152,6 @@ "BUN_DEBUG_QUIET_LOGS": "1", "BUN_DEBUG_EventLoop": "1", "BUN_GARBAGE_COLLECTOR_LEVEL": "2", - "BUN_DEBUG_ALL": "1", }, "console": "internalConsole", },