From ba56fe015f436499a0bdf7be8cdd1bb1e62adb20 Mon Sep 17 00:00:00 2001 From: HappyTanuki Date: Sat, 3 Aug 2024 00:42:00 +0900 Subject: [PATCH] . --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e3a4547..16c0542 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "request": "launch", "program": "/home/happytanuki/BumbleCee/build/BumbleCee", "stopAtEntry": false, - "cwd": "${fileDirname}", + "cwd": "${workspaceFolder}", "environment": [], "externalConsole": false, "MIMode": "gdb",