Files
advent-of-code-2024/.vscode/settings.json
T

8 lines
186 B
JSON
Raw Normal View History

{
"editor.formatOnSave": true,
"dotnet.defaultSolution": "../AdventOfCode2024.sln",
2024-12-08 23:18:17 -06:00
"dotnet.testWindow.useTestingPlatformProtocol": true,
"cSpell.words": [
"Fragmenter"
]
}