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",