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

8 lines
186 B
JSON

{
"editor.formatOnSave": true,
"dotnet.defaultSolution": "../AdventOfCode2024.sln",
"dotnet.testWindow.useTestingPlatformProtocol": true,
"cSpell.words": [
"Fragmenter"
]
}