1
0
Fork 0

Add missing .vscode files

This commit is contained in:
Jöran Malek 2024-12-22 00:10:06 +01:00
parent 326bef2755
commit 0111ee1176
2 changed files with 19 additions and 0 deletions

8
.vscode/tasks.json vendored
View file

@ -34,6 +34,14 @@
"group": "build",
"problemMatcher": [],
"label": "dotnet: build aoc-2024-04"
},
{
"type": "dotnet",
"task": "build aoc-2024-05.csproj",
"file": "src/2024/05/aoc-2024-05.csproj",
"group": "build",
"problemMatcher": [],
"label": "dotnet: build aoc-2024-05"
}
]
}