Files
blog.stevanfreeborn.com/.vscode/settings.json
T

8 lines
143 B
JSON
Raw Normal View History

2024-04-03 12:02:00 -05:00
{
"cSpell.words": [
"Antiforgery",
"blazor",
"Hsts"
2024-04-08 23:34:32 -05:00
],
"dotnet.unitTests.runSettingsPath": "./test/Blog.Tests/.runsettings"
2024-04-03 12:02:00 -05:00
}