aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 722187bdf..5d4b48c75 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -7,9 +7,10 @@
"name": "bun test",
"program": "bun-debug",
"args": ["wiptest", "${file}"],
- "cwd": "${workspaceFolder}/test",
+ "cwd": "${workspaceFolder}/test/bun.js",
"env": {
- "FORCE_COLOR": "1"
+ "FORCE_COLOR": "1",
+ "BUN_GARBAGE_COLLECTOR_LEVEL": "2"
},
"console": "internalConsole"
},
@@ -21,7 +22,8 @@
"args": ["wiptest"],
"cwd": "${workspaceFolder}/test",
"env": {
- "FORCE_COLOR": "1"
+ "FORCE_COLOR": "1",
+ "BUN_GARBAGE_COLLECTOR_LEVEL": "2"
},
"console": "internalConsole"
},