From 989ac717fc2f771aa021e1e77553d8dcb723e7d6 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:56:49 -0800 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index ee09728f1c..ada02f41a6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -121,6 +121,18 @@ "BUN_CONFIG_MINIFY_WHITESPACE": "1" } }, + { + "type": "lldb", + "request": "launch", + "name": "bunx debug", + "program": "bun-debug", + "args": ["--bun", "x", "tsc", "--help"], + "cwd": "${workspaceFolder}", + "console": "internalConsole", + "env": { + "BUN_DEBUG_QUIET_LOGS": "1" + } + }, { "type": "lldb",