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

10 lines
172 B
JSON
Raw Normal View History

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