Files
anthropic-client/.vscode/settings.json
T
2024-07-03 16:57:27 -05:00

8 lines
192 B
JSON

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