Update launch.json to use ${workspaceFolder}/build/bun-debug (#8570)

This commit is contained in:
vinnichase
2024-01-30 07:38:43 +01:00
committed by GitHub
parent cf1c849e4a
commit 692fb220a4

2
.vscode/launch.json generated vendored
View File

@@ -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": {