Files
anthropic-client/.vscode/settings.json
T
2024-08-18 14:56:27 -05:00

11 lines
234 B
JSON

{
"dotnet.defaultSolution": "AnthropicClient.sln",
"cSpell.words": [
"Browsable",
"haikus",
"nameof",
"Szalay",
"typeof"
],
"dotnet.unitTests.runSettingsPath": "./tests/AnthropicClient.Tests/.runsettings"
}