launch gdb in correct cwd

This commit is contained in:
2024-02-02 16:10:56 +01:00
parent 4b032ffaeb
commit 3398e38b0b

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"request": "launch", "request": "launch",
"name": "Debug XMake target", "name": "Debug XMake target",
"target": "Pivot", "target": "Pivot",
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}/matricies",
} }
] ]
} }