24 lines
473 B
JSON
24 lines
473 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"dotnet.defaultSolution": "AnthropicClient.sln",
|
|
"cSpell.words": [
|
|
"Browsable",
|
|
"buildtransitive",
|
|
"contentfiles",
|
|
"Docfx",
|
|
"globaltool",
|
|
"haikus",
|
|
"Linq",
|
|
"msbuild",
|
|
"nameof",
|
|
"reportgenerator",
|
|
"reporttypes",
|
|
"Szalay",
|
|
"targetdir",
|
|
"typeof"
|
|
],
|
|
"dotnet.unitTests.runSettingsPath": "./tests/AnthropicClient.Tests/.runsettings",
|
|
"search.exclude": {
|
|
"**/docs": true,
|
|
}
|
|
} |