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:
5
.vscode/launch.json
generated
vendored
5
.vscode/launch.json
generated
vendored
@@ -145,13 +145,14 @@
|
||||
"request": "launch",
|
||||
"name": "bun run [file]",
|
||||
"program": "${workspaceFolder}/build/bun-debug",
|
||||
"args": ["run", "/Users/dave/Downloads/pd-api-testnet/dist/app.js"],
|
||||
"cwd": "/Users/dave/Downloads/pd-api-testnet",
|
||||
"args": ["run", "${file}"],
|
||||
"cwd": "${fileDirname}",
|
||||
"env": {
|
||||
"FORCE_COLOR": "0",
|
||||
"BUN_DEBUG_QUIET_LOGS": "1",
|
||||
"BUN_DEBUG_EventLoop": "1",
|
||||
"BUN_GARBAGE_COLLECTOR_LEVEL": "2",
|
||||
"BUN_DEBUG_ALL": "1",
|
||||
},
|
||||
"console": "internalConsole",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user