diff --git a/.vscode/launch.json b/.vscode/launch.json index 51c54c42826adf7cbbee5787ec863a44a0569962..27dc726797ef1c2e36260c4eec44a4f91df80cae 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,10 @@ "type": "lldb", "request": "launch", "name": "Debug", - "program": "${workspaceFolder}/", - "args": [], + "program": "${workspaceFolder}/", //TODO: Add executable file here + "args": [ + "" // TODO: Add arguments here + ], "cwd": "${workspaceFolder}" } ]