Files
sanctions-search/.vscode/settings.json
T

11 lines
168 B
JSON
Raw Normal View History

2024-08-10 14:46:45 -05:00
{
"editor.formatOnSave": true,
"dotnet.defaultSolution": "src/SanctionsSearch.sln",
2024-08-18 20:16:38 -05:00
"cSpell.words": [
"OFAC",
"Sdns",
"Szalay",
"upserting"
2024-08-18 20:16:38 -05:00
]
2024-08-10 14:46:45 -05:00
}