mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Make console.warn yellow, make console.log(error) not red (#16435)
This commit is contained in:
4
.vscode/launch.json
generated
vendored
4
.vscode/launch.json
generated
vendored
@@ -160,14 +160,14 @@
|
||||
"request": "launch",
|
||||
"name": "bun run [file]",
|
||||
"program": "${workspaceFolder}/build/debug/bun-debug",
|
||||
"args": ["run", "${file}"],
|
||||
"args": ["--eval", "console.warn(new Error(\"hello\"))"],
|
||||
"cwd": "${fileDirname}",
|
||||
"env": {
|
||||
"FORCE_COLOR": "0",
|
||||
"BUN_DEBUG_QUIET_LOGS": "1",
|
||||
"BUN_GARBAGE_COLLECTOR_LEVEL": "2",
|
||||
},
|
||||
"console": "internalConsole",
|
||||
"console": "integratedTerminal",
|
||||
// Don't pause when the GC runs while the debugger is open.
|
||||
"postRunCommands": ["command source '${workspaceFolder}/misctools/lldb/lldb_commands'"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user