mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
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.
This commit is contained in:
@ -22,6 +22,10 @@
|
||||
"all days part 2": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "all -part2"
|
||||
},
|
||||
"specific day": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "16"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user