Update launch.json

This commit is contained in:
Jarred Sumner
2022-12-21 14:56:49 -08:00
parent 3ceb2655d8
commit 989ac717fc

12
.vscode/launch.json generated vendored
View File

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