Fix VSCode extension hanging (#15407)

This commit is contained in:
Alistair Smith
2024-11-25 12:43:46 -08:00
committed by GitHub
parent 7f6bb30877
commit 39af2a0a56
8 changed files with 120 additions and 33 deletions

3
.vscode/launch.json generated vendored
View File

@@ -224,8 +224,11 @@
"cwd": "${fileDirname}",
"env": {
"FORCE_COLOR": "1",
// "BUN_DEBUG_DEBUGGER": "1",
// "BUN_DEBUG_INTERNAL_DEBUGGER": "1",
"BUN_DEBUG_QUIET_LOGS": "1",
"BUN_GARBAGE_COLLECTOR_LEVEL": "2",
// "BUN_INSPECT": "ws+unix:///var/folders/jk/8fzl9l5119598vsqrmphsw7m0000gn/T/tl15npi7qtf.sock?report=1",
},
"console": "internalConsole",
// Don't pause when the GC runs while the debugger is open.