summaryrefslogtreecommitdiffstats
path: root/day4/.vscode/launch.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-12-06 12:49:21 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-12-06 12:49:21 +0200
commit7514e260e406ea3706b9f3cfb167b0c8c0217798 (patch)
treeb4f040f124ad6acc7c335c0381b6f986795d320f /day4/.vscode/launch.json
parenta60122ac95a2563e7a08edeac94d77d47179bb0a (diff)
Fix debug config for day4
Diffstat (limited to 'day4/.vscode/launch.json')
-rw-r--r--day4/.vscode/launch.json6
1 files changed, 3 insertions, 3 deletions
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",