Files
anthropic-client/.vscode/settings.json
T
2024-07-06 08:46:40 -05:00

10 lines
220 B
JSON

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