2024-06-27 23:26:30 -05:00
|
|
|
{
|
2025-01-02 21:45:04 -06:00
|
|
|
"editor.formatOnSave": true,
|
2024-06-27 23:26:30 -05:00
|
|
|
"dotnet.defaultSolution": "AnthropicClient.sln",
|
|
|
|
|
"cSpell.words": [
|
2024-07-03 16:57:27 -05:00
|
|
|
"Browsable",
|
2025-05-19 15:28:08 -05:00
|
|
|
"buildtransitive",
|
|
|
|
|
"contentfiles",
|
|
|
|
|
"Docfx",
|
|
|
|
|
"globaltool",
|
2024-08-18 14:56:27 -05:00
|
|
|
"haikus",
|
2025-05-19 15:28:08 -05:00
|
|
|
"Linq",
|
|
|
|
|
"msbuild",
|
2024-07-06 08:46:40 -05:00
|
|
|
"nameof",
|
2025-05-19 15:28:08 -05:00
|
|
|
"reportgenerator",
|
|
|
|
|
"reporttypes",
|
2024-07-06 08:46:40 -05:00
|
|
|
"Szalay",
|
2025-05-19 15:28:08 -05:00
|
|
|
"targetdir",
|
2024-07-06 08:46:40 -05:00
|
|
|
"typeof"
|
2024-07-03 16:57:27 -05:00
|
|
|
],
|
2025-06-20 22:23:57 -05:00
|
|
|
"dotnet.unitTests.runSettingsPath": "./tests/AnthropicClient.Tests/.runsettings",
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
"**/docs": true,
|
|
|
|
|
}
|
2024-06-27 23:26:30 -05:00
|
|
|
}
|