launch.json: remove BUN_DEBUG_ALL=1 from 'bun run' (#12845)

This commit is contained in:
Meghan Denny
2024-07-26 04:14:45 -07:00
committed by GitHub
parent f7cb2da542
commit f95ae9baee

1
.vscode/launch.json generated vendored
View File

@@ -152,7 +152,6 @@
"BUN_DEBUG_QUIET_LOGS": "1",
"BUN_DEBUG_EventLoop": "1",
"BUN_GARBAGE_COLLECTOR_LEVEL": "2",
"BUN_DEBUG_ALL": "1",
},
"console": "internalConsole",
},