yavsc/.vscode/settings.json
2026-02-22 19:54:10 +00:00

17 lines
357 B
JSON

{
"dotnet-test-explorer.testProjectPath": "test/**/*Tests.csproj",
"cSpell.words": [
"appsettings",
"asciidoctor",
"Cratie",
"Newtonsoft",
"Npgsql",
"Yavsc"
],
"cSpell.dictionaries": [
"fr"
],
"cSpell.reportUnknownWords": true,
"cSpell.language": "fr,fr-FR,en,en-GB"
}