Fixed launch.json.

This commit is contained in:
Ulysse Cura 2026-08-03 20:45:06 +02:00
parent e370ea5b31
commit 9d56e73896
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -9,7 +9,7 @@
"type": "gdb", "type": "gdb",
"request": "launch", "request": "launch",
"target": "${workspaceFolder}/build/2D_Engine", "target": "${workspaceFolder}/build/2D_Engine",
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}/build",
"valuesFormatting": "parseText", "valuesFormatting": "parseText",
"preLaunchTask": "Build" "preLaunchTask": "Build"
} }