diff --git a/Course Documentation/res/Instructions for Installing VSCode/settings_WINDOWS.json b/Course Documentation/res/Instructions for Installing VSCode/settings_WINDOWS.json index 58966dd..1769a52 100644 --- a/Course Documentation/res/Instructions for Installing VSCode/settings_WINDOWS.json +++ b/Course Documentation/res/Instructions for Installing VSCode/settings_WINDOWS.json @@ -37,7 +37,7 @@ "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}/a.exe", + "program": "${workspaceFolder}/${fileBasenameNoExtension}.exe", "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", @@ -56,4 +56,4 @@ } ] } -} \ No newline at end of file +}