diff --git a/.vscode/launch.json b/.vscode/launch.json index 07565c9..16c0542 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,9 +5,9 @@ "name": "Debug", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}/build/BumbleCee", + "program": "/home/happytanuki/BumbleCee/build/BumbleCee", "stopAtEntry": false, - "cwd": "${fileDirname}", + "cwd": "${workspaceFolder}", "environment": [], "externalConsole": false, "MIMode": "gdb", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1b14456..650c89f 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -8,7 +8,7 @@ "command": "make", "args": [], "options": { - "cwd": "${fileDirname}/../build" + "cwd": "/home/happytanuki/BumbleCee/build/" }, "group": { "kind": "build", @@ -24,7 +24,7 @@ ".." ], "options": { - "cwd": "${fileDirname}/../build" + "cwd": "/home/happytanuki/BumbleCee/build/" }, "group": { "kind": "build",