From 692fb220a404fbe56415f81379a830c2bae63b6d Mon Sep 17 00:00:00 2001 From: vinnichase Date: Tue, 30 Jan 2024 07:38:43 +0100 Subject: [PATCH] Update launch.json to use `${workspaceFolder}/build/bun-debug` (#8570) --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index de9075c40c..9100299202 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -155,7 +155,7 @@ "type": "lldb", "request": "launch", "name": "bun run [file]", - "program": "bun-debug", + "program": "${workspaceFolder}/build/bun-debug", "args": ["run", "${file}"], "cwd": "${fileDirname}", "env": {