mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update launch.json
This commit is contained in:
12
.vscode/launch.json
generated
vendored
12
.vscode/launch.json
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user