diff --git a/.vscode/launch.json b/.vscode/launch.json index b10c9ab..b0131d9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,10 +8,10 @@ "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", - "program": "${workspaceRoot}/build/2D_Engine", + "program": "${workspaceFolder}/build/2D_Engine", "args": [], "stopAtEntry": false, - "cwd": "${workspaceRoot}", + "cwd": "${workspaceFolder}", "environment": [], "externalConsole": false, "MIMode": "gdb",