From f393f8a06574c38b72453802453cafed21176dad Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 4 Apr 2024 19:31:02 -0700 Subject: [PATCH] bun install launch.json --- .vscode/launch.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index fb2f37e1e5..4819a62440 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -625,19 +625,16 @@ { "type": "cppvsdbg", "request": "launch", - "name": "Windows: bun run [file] (fast)", + "name": "Windows: bun install", "program": "${workspaceFolder}/build/bun-debug.exe", - "args": ["run", "${fileBasename}"], + "args": ["install"], "cwd": "${fileDirname}", "environment": [ { "name": "FORCE_COLOR", "value": "1" }, - { - "name": "BUN_DEBUG_QUIET_LOGS", - "value": "1" - }, + { "name": "BUN_GARBAGE_COLLECTOR_LEVEL", "value": "0"