12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"dotnet.defaultSolution": "AnthropicClient.sln",
|
|
"cSpell.words": [
|
|
"Browsable",
|
|
"haikus",
|
|
"nameof",
|
|
"Szalay",
|
|
"typeof"
|
|
],
|
|
"dotnet.unitTests.runSettingsPath": "./tests/AnthropicClient.Tests/.runsettings"
|
|
} |