From b707949bf9957d2ffb70e0697eb722ae1acd40c9 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 24 Dec 2022 15:31:33 -0600 Subject: [PATCH] Add another build configuration I've used this multiple times as I've skipped days and needed to go back to work on previous ones, so I figure I might as well commit it. --- Properties/launchSettings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 56fb941..7ab60f3 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -22,6 +22,10 @@ "all days part 2": { "commandName": "Project", "commandLineArgs": "all -part2" + }, + "specific day": { + "commandName": "Project", + "commandLineArgs": "16" } } } \ No newline at end of file