feat: solved day 2 part 1...part 2 is WIP

This commit is contained in:
Stevan Freeborn
2024-12-03 02:32:30 -06:00
parent 17f6c01170
commit 60b5c726cf
10 changed files with 340 additions and 1 deletions
+15 -1
View File
@@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (console)",
"name": "Day 1",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
@@ -14,6 +14,20 @@
"console": "integratedTerminal",
"stopAtEntry": false
},
{
"name": "Day 2",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/02/RedNosedReports/bin/Debug/net9.0/RedNosedReports.dll",
"args": [
"${input:inputFilePath}",
"part2"
],
"cwd": "${workspaceFolder}/02/RedNosedReports",
"console": "integratedTerminal",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",