From 9d56e7389683c1d3cb6461339d7d23b45211c8d6 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Mon, 3 Aug 2026 20:45:06 +0200 Subject: [PATCH] Fixed launch.json. --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 56b9520..fbb51fe 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "gdb", "request": "launch", "target": "${workspaceFolder}/build/2D_Engine", - "cwd": "${workspaceFolder}", + "cwd": "${workspaceFolder}/build", "valuesFormatting": "parseText", "preLaunchTask": "Build" }