yavsc/.vscode/settings.json
2026-05-30 15:41:59 +01:00

22 lines
491 B
JSON

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