From 7514e260e406ea3706b9f3cfb167b0c8c0217798 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 6 Dec 2018 12:49:21 +0200 Subject: Fix debug config for day4 --- day4/.vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'day4') diff --git a/day4/.vscode/launch.json b/day4/.vscode/launch.json index 1a86bee..ed9806a 100644 --- a/day4/.vscode/launch.json +++ b/day4/.vscode/launch.json @@ -18,9 +18,9 @@ "kind": "bin" } }, - "args": [], - "cwd": "${workspaceFolder}/target/debug/", - "program": "${workspaceFolder}/target/debug/day4" + "args": ["input.txt"], + "cwd": "${workspaceFolder}" + //"program": "${workspaceFolder}/target/debug/day4" }, { "type": "lldb", -- cgit v1.3