From 3398e38b0ba73d805cd21559eb38ecb23da950fc Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Fri, 2 Feb 2024 16:10:56 +0100 Subject: [PATCH] launch gdb in correct cwd --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index dec156a..2771848 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "request": "launch", "name": "Debug XMake target", "target": "Pivot", - "cwd": "${workspaceFolder}", + "cwd": "${workspaceFolder}/matricies", } ] } \ No newline at end of file